2 implementations of Interface
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentManager.cs (1)
23
private unsafe class ComponentManager : IMsoComponentManager.
Interface
System.Windows.Forms.Primitives (1)
Microsoft\Office\IMsoComponentManager.NativeAdapter.cs (1)
10
internal unsafe class NativeAdapter :
Interface
, IDisposable
50 references to Interface
System.Windows.Forms (19)
System\Windows\Forms\Application.ComponentManager.cs (15)
39
unsafe HRESULT IMsoComponentManager.
Interface
.QueryService(
52
BOOL IMsoComponentManager.
Interface
.FDebugMessage(
61
BOOL IMsoComponentManager.
Interface
.FRegisterComponent(
91
BOOL IMsoComponentManager.
Interface
.FRevokeComponent(nuint dwComponentID)
112
BOOL IMsoComponentManager.
Interface
.FUpdateComponentRegistration(
127
BOOL IMsoComponentManager.
Interface
.FOnComponentActivate(nuint dwComponentID)
138
BOOL IMsoComponentManager.
Interface
.FSetTrackingComponent(nuint dwComponentID, BOOL fTrack)
151
void IMsoComponentManager.
Interface
.OnComponentEnterState(
172
BOOL IMsoComponentManager.
Interface
.FOnComponentExitState(
194
BOOL IMsoComponentManager.
Interface
.FInState(msocstate uStateID, void* pvoid)
197
BOOL IMsoComponentManager.
Interface
.FContinueIdle()
204
BOOL IMsoComponentManager.
Interface
.FPushMessageLoop(
326
BOOL IMsoComponentManager.
Interface
.FCreateSubComponentManager(
341
BOOL IMsoComponentManager.
Interface
.FGetParentComponentManager(IMsoComponentManager** ppicm)
352
BOOL IMsoComponentManager.
Interface
.FGetActiveComponent(
System\Windows\Forms\Application.ComponentThreadContext.cs (4)
27
private IMsoComponentManager.
Interface
? _componentManager;
46
internal IMsoComponentManager.
Interface
? ComponentManager
87
static IMsoComponentManager.
Interface
? GetExternalComponentManager()
197
IMsoComponentManager.
Interface
? cm = ComponentManager;
System.Windows.Forms.Primitives (31)
Microsoft\Office\IMsoComponentManager.cs (16)
11
/// <inheritdoc cref="
Interface
"/>
57
/// <inheritdoc cref="
Interface
.QueryService(Guid*, Guid*, void**)"/>
65
/// <inheritdoc cref="
Interface
.FDebugMessage(nint, uint, WPARAM, LPARAM)"/>
73
/// <inheritdoc cref="
Interface
.FRegisterComponent(IMsoComponent*, MSOCRINFO*, nuint*)"/>
81
/// <inheritdoc cref="
Interface
.FRevokeComponent(nuint)"/>
89
/// <inheritdoc cref="
Interface
.FUpdateComponentRegistration(nuint, MSOCRINFO*)"/>
97
/// <inheritdoc cref="
Interface
.FOnComponentActivate(nuint)"/>
105
/// <inheritdoc cref="
Interface
.FSetTrackingComponent(nuint, BOOL)"/>
113
/// <inheritdoc cref="
Interface
.OnComponentEnterState(nuint, msocstate, msoccontext, uint, IMsoComponentManager**, uint)"/>
127
/// <inheritdoc cref="
Interface
.FOnComponentExitState(nuint, msocstate, msoccontext, uint, IMsoComponentManager**)"/>
140
/// <inheritdoc cref="
Interface
.FInState(msocstate, void*)"/>
148
/// <inheritdoc cref="
Interface
.FContinueIdle"/>
155
/// <inheritdoc cref="
Interface
.FPushMessageLoop(nuint, msoloop, void*)"/>
163
/// <inheritdoc cref="
Interface
.FCreateSubComponentManager(IUnknown*, IUnknown*, Guid*, void**)"/>
171
/// <inheritdoc cref="
Interface
.FGetParentComponentManager(IMsoComponentManager**)"/>
179
/// <inheritdoc cref="
Interface
.FGetActiveComponent(msogac, IMsoComponent**, MSOCRINFO*, uint)"/>
Microsoft\Office\IMsoComponentManager.NativeAdapter.cs (15)
22
HRESULT
Interface
.QueryService(Guid* guidService, Guid* iid, void** ppvObj)
28
BOOL
Interface
.FDebugMessage(nint dwReserved, uint msg, WPARAM wParam, LPARAM lParam)
34
BOOL
Interface
.FRegisterComponent(IMsoComponent* piComponent, MSOCRINFO* pcrinfo, nuint* dwComponentID)
40
BOOL
Interface
.FRevokeComponent(nuint dwComponentID)
46
BOOL
Interface
.FUpdateComponentRegistration(nuint dwComponentID, MSOCRINFO* pcrinfo)
52
BOOL
Interface
.FOnComponentActivate(nuint dwComponentID)
58
BOOL
Interface
.FSetTrackingComponent(nuint dwComponentID, BOOL fTrack)
64
void
Interface
.OnComponentEnterState(
76
BOOL
Interface
.FOnComponentExitState(
87
BOOL
Interface
.FInState(msocstate uStateID, void* pvoid)
93
BOOL
Interface
.FContinueIdle()
99
BOOL
Interface
.FPushMessageLoop(nuint dwComponentID, msoloop uReason, void* pvLoopData)
105
BOOL
Interface
.FCreateSubComponentManager(IUnknown* punkOuter, IUnknown* punkServProv, Guid* riid, void** ppvObj)
111
BOOL
Interface
.FGetParentComponentManager(IMsoComponentManager** ppicm)
117
BOOL
Interface
.FGetActiveComponent(msogac dwgac, IMsoComponent** ppic, MSOCRINFO* pcrinfo, uint dwReserved)