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)
252hwndChild = Misc.GetWindow(hwndChild, NativeMethods.GW_HWNDNEXT); 263hwndChild = Misc.GetWindow(hwndChild, NativeMethods.GW_HWNDNEXT);
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
289hwndChild = Misc.GetWindow(hwndChild, NativeMethods.GW_HWNDNEXT);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
144if (Misc.GetWindow(hwndFirstChild, NativeMethods.GW_HWNDNEXT) != hwndLastChild)