зеркало из https://github.com/dotnet/wpf.git
Revert "Validating Visual's connection to visual tree (#8202)"
This reverts commit 647fadd7ff
.
This commit is contained in:
Родитель
1b8b299ed1
Коммит
8b7779e289
|
@ -161,7 +161,7 @@ namespace System.Windows.Controls
|
|||
else
|
||||
{
|
||||
// Uncheck all checked RadioButtons different from the current one
|
||||
if (rb != this && (rb.IsChecked == true) && rootScope == KeyboardNavigation.GetVisualRoot(rb) && rootScope != null)
|
||||
if (rb != this && (rb.IsChecked == true) && rootScope == KeyboardNavigation.GetVisualRoot(rb))
|
||||
rb.UncheckRadioButton();
|
||||
i++;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче