6 references to GetWindow
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
2344
!(next = PInvoke.
GetWindow
(prev, GET_WINDOW_CMD.GW_HWNDPREV)).IsNull;
10961
while (!(hWnd = PInvoke.
GetWindow
(hWnd, GET_WINDOW_CMD.GW_HWNDPREV)).IsNull)
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.cs (2)
2437
HookChildHandles(PInvoke.
GetWindow
(hwndChild, GET_WINDOW_CMD.GW_CHILD));
2440
hwndChild = PInvoke.
GetWindow
(hwndChild, GET_WINDOW_CMD.GW_HWNDNEXT);
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.GetWindow.cs (2)
8
/// <inheritdoc cref="
GetWindow
(HWND, GET_WINDOW_CMD)"/>
11
HWND result =
GetWindow
(hWnd.Handle, uCmd);