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