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