8 references to GetWindow
System.Windows.Forms (7)
System\Windows\Forms\Application.ParkingWindow.cs (1)
92
HWND hwndChild = PInvoke.
GetWindow
(this, GET_WINDOW_CMD.GW_CHILD);
System\Windows\Forms\Control.cs (3)
5474
for (HWND hWndChild = PInvoke.
GetWindow
(this, GET_WINDOW_CMD.GW_CHILD);
5476
hWndChild = PInvoke.
GetWindow
(new HandleRef<HWND>(this, hWndChild), GET_WINDOW_CMD.GW_HWNDNEXT))
11040
if (PInvoke.
GetWindow
(control, GET_WINDOW_CMD.GW_HWNDPREV) != previous)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2296
HWND hwnd = PInvoke.
GetWindow
(this, GET_WINDOW_CMD.GW_CHILD);
2306
hwnd = PInvoke.
GetWindow
(new HandleRef<HWND>(this, hwnd), GET_WINDOW_CMD.GW_HWNDNEXT);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4940
HWND headerWindow = PInvoke.
GetWindow
(this, GET_WINDOW_CMD.GW_CHILD);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.cs (1)
2475
HookChildHandles(PInvoke.
GetWindow
(Control, GET_WINDOW_CMD.GW_CHILD));