3 references to GW_HWNDPREV
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
2344
!(next = PInvoke.GetWindow(prev, GET_WINDOW_CMD.
GW_HWNDPREV
)).IsNull;
10961
while (!(hWnd = PInvoke.GetWindow(hWnd, GET_WINDOW_CMD.
GW_HWNDPREV
)).IsNull)
11040
if (PInvoke.GetWindow(control, GET_WINDOW_CMD.
GW_HWNDPREV
) != previous)