23 references to Interface
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)"/>