6 references to GW_CHILD
System.Windows.Forms (4)
System\Windows\Forms\Application.ParkingWindow.cs (1)
92
HWND hwndChild = PInvoke.GetWindow(this, GET_WINDOW_CMD.
GW_CHILD
);
System\Windows\Forms\Control.cs (1)
5474
for (HWND hWndChild = PInvoke.GetWindow(this, GET_WINDOW_CMD.
GW_CHILD
);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2296
HWND hwnd = PInvoke.GetWindow(this, GET_WINDOW_CMD.
GW_CHILD
);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4940
HWND headerWindow = PInvoke.GetWindow(this, GET_WINDOW_CMD.
GW_CHILD
);
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.cs (2)
2437
HookChildHandles(PInvoke.GetWindow(hwndChild, GET_WINDOW_CMD.
GW_CHILD
));
2475
HookChildHandles(PInvoke.GetWindow(Control, GET_WINDOW_CMD.
GW_CHILD
));