1 implementation of Interface
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
19
IMsoComponent.
Interface
,
34 references to Interface
System.Windows.Forms (11)
System\Windows\Forms\Application.ComponentThreadContext.cs (11)
356
BOOL IMsoComponent.
Interface
.FDebugMessage(nint hInst, uint msg, WPARAM wparam, LPARAM lparam)
359
BOOL IMsoComponent.
Interface
.FPreTranslateMessage(MSG* msg)
362
void IMsoComponent.
Interface
.OnEnterState(msocstate uStateID, BOOL fEnter)
384
void IMsoComponent.
Interface
.OnAppActivate(BOOL fActive, uint dwOtherThreadID)
388
void IMsoComponent.
Interface
.OnLoseActivation()
392
void IMsoComponent.
Interface
.OnActivationChange(
402
BOOL IMsoComponent.
Interface
.FDoIdle(msoidlef grfidlef)
408
BOOL IMsoComponent.
Interface
.FContinueMessageLoop(
466
BOOL IMsoComponent.
Interface
.FQueryTerminate(BOOL fPromptUser) => true;
468
void IMsoComponent.
Interface
.Terminate()
478
HWND IMsoComponent.
Interface
.HwndGetWindow(msocWindow dwWhich, uint dwReserved) => HWND.Null;
System.Windows.Forms.Primitives (23)
Microsoft\Office\IMsoComponent.cs (23)
11
/// <inheritdoc cref="
Interface
"/>
51
=> UnwrapAndInvoke<IMsoComponent,
Interface
, BOOL>(@this, o => o.FDebugMessage(hInst, msg, wParam, lParam));
55
=> UnwrapAndInvoke<IMsoComponent,
Interface
, BOOL>(@this, o => o.FPreTranslateMessage(msg));
59
=> UnwrapAndInvoke<IMsoComponent,
Interface
>(@this, o => o.OnEnterState(uStateID, fEnter));
63
=> UnwrapAndInvoke<IMsoComponent,
Interface
>(@this, o => o.OnAppActivate(fActive, dwOtherThreadID));
67
=> UnwrapAndInvoke<IMsoComponent,
Interface
>(@this, o => o.OnLoseActivation());
78
=> UnwrapAndInvoke<IMsoComponent,
Interface
>(
84
=> UnwrapAndInvoke<IMsoComponent,
Interface
, BOOL>(@this, o => o.FDoIdle(grfidlef));
88
=> UnwrapAndInvoke<IMsoComponent,
Interface
, BOOL>(@this, o => o.FContinueMessageLoop(uReason, pvLoopData, pMsgPeeked));
92
=> UnwrapAndInvoke<IMsoComponent,
Interface
, BOOL>(@this, o => o.FQueryTerminate(fPromptUser));
96
=> UnwrapAndInvoke<IMsoComponent,
Interface
>(@this, o => o.Terminate());
100
=> UnwrapAndInvoke<IMsoComponent,
Interface
, HWND>(@this, o => o.HwndGetWindow(dwWhich, dwReserved));
145
/// <inheritdoc cref="
Interface
.FDebugMessage(nint, uint, WPARAM, LPARAM)"/>
153
/// <inheritdoc cref="
Interface
.FPreTranslateMessage(MSG*)"/>
160
/// <inheritdoc cref="
Interface
.OnEnterState(msocstate, BOOL)"/>
167
/// <inheritdoc cref="
Interface
.OnAppActivate(BOOL, uint)"/>
174
/// <inheritdoc cref="
Interface
.OnLoseActivation()"/>
181
/// <inheritdoc cref="
Interface
.OnActivationChange(IMsoComponent*, BOOL, MSOCRINFO*, BOOL, nint, uint)"/>
189
/// <inheritdoc cref="
Interface
.FDoIdle(msoidlef)"/>
196
/// <inheritdoc cref="
Interface
.FContinueMessageLoop(msoloop, void*, MSG*)"/>
204
/// <inheritdoc cref="
Interface
.FQueryTerminate(BOOL)"/>
211
/// <inheritdoc cref="
Interface
.Terminate()"/>
218
/// <inheritdoc cref="
Interface
.HwndGetWindow(msocWindow, uint)"/>