3 references to GW_HWNDPREV
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
3015
(next = UnsafeNativeMethods.GetWindow(new HandleRef(null, prev), NativeMethods.
GW_HWNDPREV
)) != IntPtr.Zero;
12644
while ((hWnd = UnsafeNativeMethods.GetWindow(new HandleRef(null, hWnd), NativeMethods.
GW_HWNDPREV
)) != IntPtr.Zero) {
12705
if (UnsafeNativeMethods.GetWindow(new HandleRef(ctl.window, ctl.Handle), NativeMethods.
GW_HWNDPREV
) != prevHandle) {