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