4 writes to activeComponent
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Application.cs (4)
1776activeComponent = null; 1839activeComponent = entry.component; 2077this.activeComponent = requestingComponent; 2210this.activeComponent = prevActive;
6 references to activeComponent
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Application.cs (6)
1775if (entry.component == activeComponent) { 2058UnsafeNativeMethods.IMsoComponent prevActive = this.activeComponent; 2091else if (activeComponent != null) { 2092component = activeComponent; 2275component = activeComponent; 2285component = activeComponent;