3 references to GW_HWNDNEXT
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
5476
hWndChild = PInvoke.GetWindow(new HandleRef<HWND>(this, hWndChild), GET_WINDOW_CMD.
GW_HWNDNEXT
))
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2306
hwnd = PInvoke.GetWindow(new HandleRef<HWND>(this, hwnd), GET_WINDOW_CMD.
GW_HWNDNEXT
);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.cs (1)
2440
hwndChild = PInvoke.GetWindow(hwndChild, GET_WINDOW_CMD.
GW_HWNDNEXT
);