6 references to GW_CHILD
UIAutomationClient (6)
MS\Internal\Automation\HwndProxyElementProvider.cs (6)
1192NativeMethods.HWND scan = Misc.GetWindow(desktop, SafeNativeMethods.GW_CHILD); 1250hwnd = Misc.GetWindow(hwndOwner, SafeNativeMethods.GW_CHILD); 1317hwnd = Misc.GetWindow(_hwnd, SafeNativeMethods.GW_CHILD); 1339NativeMethods.HWND hwnd = Misc.GetWindow(_hwnd, SafeNativeMethods.GW_CHILD); 1420for (NativeMethods.HWND hChild = Misc.GetWindow(hwnd, SafeNativeMethods.GW_CHILD); 1740for (NativeMethods.HWND hChild = Misc.GetWindow(hwnd, SafeNativeMethods.GW_CHILD);