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