7 writes to _focusedControl
System.Windows.Forms (7)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (7)
561
_focusedControl
= _activeControl;
600
_focusedControl
= null;
1557
Control? priorFocusedControl =
_focusedControl
= pathControl;
1596
innerMostFCC.
_focusedControl
= null;
1614
containerControl.
_focusedControl
= null;
1664
_focusedControl
= _activeControl;
1976
_focusedControl
= null;
13 references to _focusedControl
System.Windows.Forms (13)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (13)
1514
while (result.
_focusedControl
is ContainerControl control)
1537
EnsureUnvalidatedControl(
_focusedControl
);
1538
Control? pathControl =
_focusedControl
;
1560
if (
_focusedControl
!= priorFocusedControl)
1562
pathControl =
_focusedControl
;
1589
if (innerMostFCC.
_focusedControl
is not null)
1591
pathControl = innerMostFCC.
_focusedControl
;
1797
if (
_focusedControl
is ContainerControl control &&
_focusedControl
.CausesValidation)
1807
_unvalidatedControl =
_focusedControl
;
1814
Control? controlToValidate = _unvalidatedControl ??
_focusedControl
;
1871
_unvalidatedControl ??=
_focusedControl
;
1936
currentActiveContainerControl.
_focusedControl
?.ValidationCancelled = true;