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