2 references to GW_HWNDNEXT
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (1)
2451
hwnd = UnsafeNativeMethods.GetWindow(new HandleRef(this, hwnd), NativeMethods.
GW_HWNDNEXT
);
winforms\Managed\System\WinForms\Control.cs (1)
6804
hWndChild = UnsafeNativeMethods.GetWindow(new HandleRef(null, hWndChild), NativeMethods.
GW_HWNDNEXT
)) {