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