2 implementations of OnAppActivate
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
3856void UnsafeNativeMethods.IMsoComponent.OnAppActivate(bool fActive, int dwOtherThreadID) {
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
330void UnsafeNativeMethods.IMsoComponent.OnAppActivate(bool fActive, int dwOtherThreadID) {
1 reference to OnAppActivate
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
333c.OnAppActivate(fActive, dwOtherThreadID);