2 implementations of FGetActiveComponent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
2266bool UnsafeNativeMethods.IMsoComponentManager.FGetActiveComponent(
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
603bool UnsafeNativeMethods.IMsoComponentManager.FGetActiveComponent(int dwgac, UnsafeNativeMethods.IMsoComponent[] ppic, NativeMethods.MSOCRINFOSTRUCT info, int dwReserved) {
2 references to FGetActiveComponent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
3141if (ComponentManager.FGetActiveComponent(NativeMethods.MSOCM.msogacActive, activeComponents, null, 0) &&
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
605if (_original.FGetActiveComponent(dwgac, ppic, info, dwReserved)) {