2 implementations of FGetActiveComponent
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentManager.cs (1)
352BOOL IMsoComponentManager.Interface.FGetActiveComponent(
System.Windows.Forms.Primitives (1)
Microsoft\Office\IMsoComponentManager.NativeAdapter.cs (1)
117BOOL Interface.FGetActiveComponent(msogac dwgac, IMsoComponent** ppic, MSOCRINFO* pcrinfo, uint dwReserved)
2 references to FGetActiveComponent
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
244if (ComponentManager.FGetActiveComponent(msogac.Active, component, null, 0))
System.Windows.Forms.Primitives (1)
Microsoft\Office\IMsoComponentManager.cs (1)
179/// <inheritdoc cref="Interface.FGetActiveComponent(msogac, IMsoComponent**, MSOCRINFO*, uint)"/>