7 writes to focusedControl
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ContainerControl.cs (7)
596focusedControl = activeControl; 646focusedControl = null; 1489Control priorFocusedControl = focusedControl = pathControl; 1522innerMostFCC.focusedControl = null; 1540cc.focusedControl = null; 1587focusedControl = activeControl; 1874focusedControl = null;
16 references to focusedControl
System.Windows.Forms (16)
winforms\Managed\System\WinForms\ContainerControl.cs (16)
1447while (ret.focusedControl is ContainerControl) 1449ret = (ContainerControl) ret.focusedControl; 1475EnsureUnvalidatedControl(focusedControl); 1476Control pathControl = focusedControl; 1492if (focusedControl != priorFocusedControl) { 1493pathControl = focusedControl; 1515if (innerMostFCC.focusedControl != null) 1517pathControl = innerMostFCC.focusedControl; 1715if (focusedControl is ContainerControl && focusedControl.CausesValidation) { 1716ContainerControl c = (ContainerControl)focusedControl; 1722unvalidatedControl = focusedControl; 1729Control controlToValidate = unvalidatedControl != null ? unvalidatedControl : focusedControl; 1784unvalidatedControl = focusedControl; 1837if (currentActiveContainerControl.focusedControl != null) { 1838currentActiveContainerControl.focusedControl.ValidationCancelled = true;