6 references to GW_CHILD
UIAutomationClient (6)
MS\Internal\Automation\HwndProxyElementProvider.cs (6)
1171NativeMethods.HWND scan = Misc.GetWindow(desktop, SafeNativeMethods.GW_CHILD); 1229hwnd = Misc.GetWindow(hwndOwner, SafeNativeMethods.GW_CHILD); 1296hwnd = Misc.GetWindow(_hwnd, SafeNativeMethods.GW_CHILD); 1318NativeMethods.HWND hwnd = Misc.GetWindow(_hwnd, SafeNativeMethods.GW_CHILD); 1399for (NativeMethods.HWND hChild = Misc.GetWindow(hwnd, SafeNativeMethods.GW_CHILD); 1728for (NativeMethods.HWND hChild = Misc.GetWindow(hwnd, SafeNativeMethods.GW_CHILD);