1 implementation of HwndGetWindow
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
478HWND IMsoComponent.Interface.HwndGetWindow(msocWindow dwWhich, uint dwReserved) => HWND.Null;
3 references to HwndGetWindow
System.Windows.Forms.Primitives (3)
Microsoft\Office\IMsoComponent.cs (3)
100=> UnwrapAndInvoke<IMsoComponent, Interface, HWND>(@this, o => o.HwndGetWindow(dwWhich, dwReserved)); 218/// <inheritdoc cref="Interface.HwndGetWindow(msocWindow, uint)"/> 350/// (via <see cref="HwndGetWindow"/> with <see cref="msocWindow.FrameToplevel"/>).