6 references to UnwrapAndInvoke
System.Windows.Forms.Primitives (6)
Microsoft\Office\IMsoComponent.cs (6)
51
=>
UnwrapAndInvoke
<IMsoComponent, Interface, BOOL>(@this, o => o.FDebugMessage(hInst, msg, wParam, lParam));
55
=>
UnwrapAndInvoke
<IMsoComponent, Interface, BOOL>(@this, o => o.FPreTranslateMessage(msg));
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));
100
=>
UnwrapAndInvoke
<IMsoComponent, Interface, HWND>(@this, o => o.HwndGetWindow(dwWhich, dwReserved));