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