5 writes to activeControl
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ContainerControl.cs (5)
572activeControl = value; 641activeControl = null; 1526innerMostFCC.activeControl = null; 1541cc.activeControl = null; 1873activeControl = null;
39 references to activeControl
System.Windows.Forms (39)
winforms\Managed\System\WinForms\ContainerControl.cs (39)
286return activeControl; 408if (control != activeControl || updateContainerActiveControl) 468if (control == activeControl || control.Contains(activeControl)) { 482if (selected && this.activeControl != control) 488if (!this.activeControl.Parent.IsTopMdiWindowClosing) 498else if (activeControl == null && ParentInternal != null) 558if (activeControl != value) { 580if (activeControl == value) { 596focusedControl = activeControl; 598return(activeControl == value); 673if (activeControl != null && activeControl.Visible) { 678if (focusHandle == IntPtr.Zero || Control.FromChildHandleInternal(focusHandle) != activeControl) { 679UnsafeNativeMethods.SetFocus(new HandleRef(activeControl, activeControl.Handle)); 1144if (activeControl != null) { 1145group = activeControl.ParentInternal; 1147return group.SelectNextControl(activeControl, forward, false, false, true); 1322if (SelectNextControl(activeControl, forward, true, true, false)) return true; 1338Control last = activeControl; 1343scrollParent.ScrollControlIntoView(activeControl); 1385if (activeControl != value || (value != null && !value.Focused)) { 1478while (activeControl != pathControl) { 1479if (pathControl == null || pathControl.IsDescendant(activeControl)) { 1481Control nextControlDown = activeControl; 1577!pathControl.IsDescendant(activeControl)); 1587focusedControl = activeControl; 1588if (activeControl != null) { 1589EnterValidation(activeControl); 1630else if (container.activeControl != null && container.activeControl.ShouldAutoValidate) { 1631unvalidatedControl = container.activeControl; 1713(activeControl != null && activeControl.CausesValidation)) { 1795Control currentActiveControl = activeControl; 1830if (currentActiveControl == activeControl) { 1869if (activeControl is ContainerControl) 1871((ContainerControl) activeControl).ResetActiveAndFocusedControlsRecursive();