9 references to msocWindow
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
478HWND IMsoComponent.Interface.HwndGetWindow(msocWindow dwWhich, uint dwReserved) => HWND.Null;
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,
System.Windows.Forms.Tests (1)
System\Windows\Forms\Application.ComponentManagerTests.cs (1)
380HWND IMsoComponent.Interface.HwndGetWindow(msocWindow uWhich, uint dwReserved)