14 references to GetWindow
UIAutomationClient (14)
MS\Internal\Automation\HwndProxyElementProvider.cs (14)
1141hwnd = Misc.GetWindow( hwnd, dir ); 1144for( ; hwnd != NativeMethods.HWND.NULL ; hwnd = Misc.GetWindow( hwnd, dir ) ) 1172NativeMethods.HWND scan = Misc.GetWindow(desktop, SafeNativeMethods.GW_CHILD); 1176scan = Misc.GetWindow(scan, SafeNativeMethods.GW_HWNDLAST); 1230hwnd = Misc.GetWindow(hwndOwner, SafeNativeMethods.GW_CHILD); 1297hwnd = Misc.GetWindow(_hwnd, SafeNativeMethods.GW_CHILD); 1319NativeMethods.HWND hwnd = Misc.GetWindow(_hwnd, SafeNativeMethods.GW_CHILD); 1322hwnd = Misc.GetWindow(hwnd, SafeNativeMethods.GW_HWNDLAST); 1400for (NativeMethods.HWND hChild = Misc.GetWindow(hwnd, SafeNativeMethods.GW_CHILD); 1402hChild = Misc.GetWindow(hChild, SafeNativeMethods.GW_HWNDNEXT)) 1509NativeMethods.HWND hwndOwner = Misc.GetWindow(hwnd, SafeNativeMethods.GW_OWNER); 1593NativeMethods.HWND owner = Misc.GetWindow(hwnd, SafeNativeMethods.GW_OWNER); 1729for (NativeMethods.HWND hChild = Misc.GetWindow(hwnd, SafeNativeMethods.GW_CHILD); 1731hChild = Misc.GetWindow(hChild, SafeNativeMethods.GW_HWNDNEXT))