5 references to GW_HWNDNEXT
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
60for (hwnd = Misc.GetWindow(hwnd, NativeMethods.GW_CHILD); hwnd != IntPtr.Zero; hwnd = Misc.GetWindow(hwnd, NativeMethods.GW_HWNDNEXT))
MS\Internal\AutomationProxies\WindowsIPAddress.cs (2)
251hwndChild = Misc.GetWindow(hwndChild, NativeMethods.GW_HWNDNEXT); 262hwndChild = Misc.GetWindow(hwndChild, NativeMethods.GW_HWNDNEXT);
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
288hwndChild = Misc.GetWindow(hwndChild, NativeMethods.GW_HWNDNEXT);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
143if (Misc.GetWindow(hwndFirstChild, NativeMethods.GW_HWNDNEXT) != hwndLastChild)