2 implementations of HwndGetWindow
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
478
HWND IMsoComponent.Interface.
HwndGetWindow
(msocWindow dwWhich, uint dwReserved) => HWND.Null;
System.Windows.Forms.Tests (1)
System\Windows\Forms\Application.ComponentManagerTests.cs (1)
380
HWND IMsoComponent.Interface.
HwndGetWindow
(msocWindow uWhich, uint dwReserved)
4 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"/>).
System.Windows.Forms.Tests (1)
System\Windows\Forms\Application.ComponentManagerTests.cs (1)
381
=> _mock.
HwndGetWindow
(uWhich, dwReserved);