7 references to msocWindow
System.Windows.Forms.Primitives (7)
Microsoft\Office\IMsoComponent.cs (7)
45internal delegate* unmanaged[Stdcall]<IMsoComponent*, msocWindow, uint, HWND> HwndGetWindow_14; 99private static HWND HwndGetWindow(IMsoComponent* @this, msocWindow dwWhich, uint dwReserved) 218/// <inheritdoc cref="Interface.HwndGetWindow(msocWindow, uint)"/> 219public HWND HwndGetWindow(msocWindow dwWhich, uint dwReserved) 222return ((delegate* unmanaged[Stdcall]<IMsoComponent*, msocWindow, uint, HWND>)_lpVtbl[13])(pThis, dwWhich, dwReserved); 350/// (via <see cref="HwndGetWindow"/> with <see cref="msocWindow.FrameToplevel"/>). 499msocWindow dwWhich,