7 writes to _focusedControl
System.Windows.Forms (7)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (7)
568
_focusedControl
= _activeControl;
607
_focusedControl
= null;
1564
Control? priorFocusedControl =
_focusedControl
= pathControl;
1603
innerMostFCC.
_focusedControl
= null;
1621
containerControl.
_focusedControl
= null;
1671
_focusedControl
= _activeControl;
1986
_focusedControl
= null;
14 references to _focusedControl
System.Windows.Forms (14)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (14)
1521
while (result.
_focusedControl
is ContainerControl control)
1544
EnsureUnvalidatedControl(
_focusedControl
);
1545
Control? pathControl =
_focusedControl
;
1567
if (
_focusedControl
!= priorFocusedControl)
1569
pathControl =
_focusedControl
;
1596
if (innerMostFCC.
_focusedControl
is not null)
1598
pathControl = innerMostFCC.
_focusedControl
;
1804
if (
_focusedControl
is ContainerControl control &&
_focusedControl
.CausesValidation)
1814
_unvalidatedControl =
_focusedControl
;
1821
Control? controlToValidate = _unvalidatedControl ??
_focusedControl
;
1878
_unvalidatedControl ??=
_focusedControl
;
1943
if (currentActiveContainerControl.
_focusedControl
is not null)
1945
currentActiveContainerControl.
_focusedControl
.ValidationCancelled = true;