7 writes to _focusedControl
System.Windows.Forms (7)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (7)
567
_focusedControl
= _activeControl;
606
_focusedControl
= null;
1563
Control? priorFocusedControl =
_focusedControl
= pathControl;
1602
innerMostFCC.
_focusedControl
= null;
1620
containerControl.
_focusedControl
= null;
1670
_focusedControl
= _activeControl;
1985
_focusedControl
= null;
14 references to _focusedControl
System.Windows.Forms (14)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (14)
1520
while (result.
_focusedControl
is ContainerControl control)
1543
EnsureUnvalidatedControl(
_focusedControl
);
1544
Control? pathControl =
_focusedControl
;
1566
if (
_focusedControl
!= priorFocusedControl)
1568
pathControl =
_focusedControl
;
1595
if (innerMostFCC.
_focusedControl
is not null)
1597
pathControl = innerMostFCC.
_focusedControl
;
1803
if (
_focusedControl
is ContainerControl control &&
_focusedControl
.CausesValidation)
1813
_unvalidatedControl =
_focusedControl
;
1820
Control? controlToValidate = _unvalidatedControl ??
_focusedControl
;
1877
_unvalidatedControl ??=
_focusedControl
;
1942
if (currentActiveContainerControl.
_focusedControl
is not null)
1944
currentActiveContainerControl.
_focusedControl
.ValidationCancelled = true;