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