2 implementations of FGetActiveComponent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
2266
bool UnsafeNativeMethods.IMsoComponentManager.
FGetActiveComponent
(
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
603
bool 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)
3141
if (ComponentManager.
FGetActiveComponent
(NativeMethods.MSOCM.msogacActive, activeComponents, null, 0) &&
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
605
if (_original.
FGetActiveComponent
(dwgac, ppic, info, dwReserved)) {