4 references to GW_CHILD
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Application.cs (1)
4167IntPtr hwndChild = UnsafeNativeMethods.GetWindow(new HandleRef(this, Handle), NativeMethods.GW_CHILD);
winforms\Managed\System\WinForms\ComboBox.cs (1)
2440IntPtr hwnd = UnsafeNativeMethods.GetWindow(new HandleRef(this, Handle), NativeMethods.GW_CHILD);
winforms\Managed\System\WinForms\Control.cs (1)
6802for (IntPtr hWndChild = UnsafeNativeMethods.GetWindow(new HandleRef(null, hWndParent), NativeMethods.GW_CHILD);
winforms\Managed\System\WinForms\ListView.cs (1)
4567IntPtr hdrHWND = UnsafeNativeMethods.GetWindow(new HandleRef(this, this.Handle), NativeMethods.GW_CHILD);