6 references to GW_CHILD
UIAutomationClientSideProviders (6)
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)
243IntPtr hwndChild = Misc.GetWindow(_hwnd, NativeMethods.GW_CHILD); 260IntPtr hwndChild = Misc.GetWindow(_hwnd, NativeMethods.GW_CHILD);
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
277IntPtr hwndChild = Misc.GetWindow(hwndParent, NativeMethods.GW_CHILD);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
755IntPtr childHwnd = Misc.GetWindow(hwnd, NativeMethods.GW_CHILD);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
130IntPtr hwndFirstChild = Misc.GetWindow(hwnd, NativeMethods.GW_CHILD);