2 implementations of OnActivationChange
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
3903
void UnsafeNativeMethods.IMsoComponent.
OnActivationChange
(UnsafeNativeMethods.IMsoComponent component, bool fSameComponent,
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
344
void UnsafeNativeMethods.IMsoComponent.
OnActivationChange
(UnsafeNativeMethods.IMsoComponent component, bool fSameComponent, int pcrinfo, bool fHostIsActivating, int pchostinfo, int dwReserved) {
1 reference to OnActivationChange
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
347
c.
OnActivationChange
(component, fSameComponent, pcrinfo, fHostIsActivating, pchostinfo, dwReserved);