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