6 references to GW_CHILD
UIAutomationClientsideProviders (6)
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)
257IntPtr hwndChild = Misc.GetWindow(_hwnd, NativeMethods.GW_CHILD); 274IntPtr hwndChild = Misc.GetWindow(_hwnd, NativeMethods.GW_CHILD);
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
294IntPtr hwndChild = Misc.GetWindow(hwndParent, NativeMethods.GW_CHILD);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
756IntPtr childHwnd = Misc.GetWindow(hwnd, NativeMethods.GW_CHILD);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
140IntPtr hwndFirstChild = Misc.GetWindow(hwnd, NativeMethods.GW_CHILD);