2 implementations of FOnComponentActivate
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
1827bool UnsafeNativeMethods.IMsoComponentManager.FOnComponentActivate(IntPtr dwComponentID) {
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
506bool UnsafeNativeMethods.IMsoComponentManager.FOnComponentActivate(IntPtr dwComponentID) {
2 references to FOnComponentActivate
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
3019cm.FOnComponentActivate((IntPtr)componentID);
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
515if (!_original.FOnComponentActivate(_componentId)) {