2 writes to _activeComponent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (2)
489
_activeComponent
= null;
519
_activeComponent
= _components[dwLocalComponentID];
5 references to _activeComponent
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (5)
296
if (
_activeComponent
!= null) return
_activeComponent
;
339
if (
_activeComponent
!= null) {
340
_activeComponent
.OnLoseActivation();
612
ppic[0] =
_activeComponent
;