5 references to GW_HWNDNEXT
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
64for (hwnd = Misc.GetWindow(hwnd, NativeMethods.GW_CHILD); hwnd != IntPtr.Zero; hwnd = Misc.GetWindow(hwnd, NativeMethods.GW_HWNDNEXT))
MS\Internal\AutomationProxies\WindowsIPAddress.cs (2)
266hwndChild = Misc.GetWindow(hwndChild, NativeMethods.GW_HWNDNEXT); 277hwndChild = Misc.GetWindow(hwndChild, NativeMethods.GW_HWNDNEXT);
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
306hwndChild = Misc.GetWindow(hwndChild, NativeMethods.GW_HWNDNEXT);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
154if (Misc.GetWindow(hwndFirstChild, NativeMethods.GW_HWNDNEXT) != hwndLastChild)