2 implementations of HwndGetWindow
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
4040IntPtr UnsafeNativeMethods.IMsoComponent.HwndGetWindow(int dwWhich, int dwReserved) {
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
403IntPtr UnsafeNativeMethods.IMsoComponent.HwndGetWindow(int dwWhich, int dwReserved) {
1 reference to HwndGetWindow
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
407return c.HwndGetWindow(dwWhich, dwReserved);