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; 10961while (!(hWnd = PInvoke.GetWindow(hWnd, GET_WINDOW_CMD.GW_HWNDPREV)).IsNull)
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.cs (2)
2437HookChildHandles(PInvoke.GetWindow(hwndChild, GET_WINDOW_CMD.GW_CHILD)); 2440hwndChild = 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)"/> 11HWND result = GetWindow(hWnd.Handle, uCmd);