14 references to GetWindow
UIAutomationClient (14)
MS\Internal\Automation\HwndProxyElementProvider.cs (14)
1140hwnd = Misc.GetWindow( hwnd, dir ); 1143for( ; hwnd != NativeMethods.HWND.NULL ; hwnd = Misc.GetWindow( hwnd, dir ) ) 1171NativeMethods.HWND scan = Misc.GetWindow(desktop, SafeNativeMethods.GW_CHILD); 1175scan = Misc.GetWindow(scan, SafeNativeMethods.GW_HWNDLAST); 1229hwnd = Misc.GetWindow(hwndOwner, SafeNativeMethods.GW_CHILD); 1296hwnd = Misc.GetWindow(_hwnd, SafeNativeMethods.GW_CHILD); 1318NativeMethods.HWND hwnd = Misc.GetWindow(_hwnd, SafeNativeMethods.GW_CHILD); 1321hwnd = Misc.GetWindow(hwnd, SafeNativeMethods.GW_HWNDLAST); 1399for (NativeMethods.HWND hChild = Misc.GetWindow(hwnd, SafeNativeMethods.GW_CHILD); 1401hChild = Misc.GetWindow(hChild, SafeNativeMethods.GW_HWNDNEXT)) 1508NativeMethods.HWND hwndOwner = Misc.GetWindow(hwnd, SafeNativeMethods.GW_OWNER); 1592NativeMethods.HWND owner = Misc.GetWindow(hwnd, SafeNativeMethods.GW_OWNER); 1728for (NativeMethods.HWND hChild = Misc.GetWindow(hwnd, SafeNativeMethods.GW_CHILD); 1730hChild = Misc.GetWindow(hChild, SafeNativeMethods.GW_HWNDNEXT))