19 references to msogac
System.Windows.Forms (5)
System\Windows\Forms\Application.ComponentManager.cs (4)
353
msogac
dwgac,
360
msogac
.Active => _activeComponent,
361
msogac
.Tracking => _trackingComponent,
362
msogac
.TrackingOrActive => _trackingComponent ?? _activeComponent,
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
244
if (ComponentManager.FGetActiveComponent(
msogac
.Active, component, null, 0))
System.Windows.Forms.Primitives (5)
Microsoft\Office\IMsoComponentManager.cs (4)
179
/// <inheritdoc cref="Interface.FGetActiveComponent(
msogac
, IMsoComponent**, MSOCRINFO*, uint)"/>
180
public BOOL FGetActiveComponent(
msogac
dwgac, IMsoComponent** ppic, MSOCRINFO* pcrinfo, uint dwReserved)
183
return ((delegate* unmanaged[Stdcall]<IMsoComponentManager*,
msogac
, IMsoComponent**, MSOCRINFO*, uint, BOOL>)_lpVtbl[17])
531
msogac
dwgac,
Microsoft\Office\IMsoComponentManager.NativeAdapter.cs (1)
117
BOOL Interface.FGetActiveComponent(
msogac
dwgac, IMsoComponent** ppic, MSOCRINFO* pcrinfo, uint dwReserved)
System.Windows.Forms.Tests (9)
System\Windows\Forms\Application.ComponentManagerTests.cs (9)
295
Assert.False(manager.FGetActiveComponent(
msogac
.Active, null, null, 0));
315
Assert.False(manager.FGetActiveComponent(
msogac
.Active, null, null, 0));
319
Assert.False(manager.FGetActiveComponent(
msogac
.Tracking, null, &info, 0));
320
Assert.True(manager.FGetActiveComponent(
msogac
.Active, null, &info, 0));
322
Assert.True(manager.FGetActiveComponent(
msogac
.TrackingOrActive, null, &info, 0));
327
Assert.True(manager.FGetActiveComponent(
msogac
.Tracking, null, &info, 0));
329
Assert.True(manager.FGetActiveComponent(
msogac
.Active, null, &info, 0));
331
Assert.True(manager.FGetActiveComponent(
msogac
.TrackingOrActive, null, &info, 0));
337
Assert.True(manager.FGetActiveComponent(
msogac
.Tracking, component, &info, 0));