MS\Internal\Automation\HwndProxyElementProvider.cs (14)
1152hwnd = Misc.GetWindow( hwnd, dir );
1155for( ; hwnd != NativeMethods.HWND.NULL ; hwnd = Misc.GetWindow( hwnd, dir ) )
1183NativeMethods.HWND scan = Misc.GetWindow(desktop, SafeNativeMethods.GW_CHILD);
1187scan = Misc.GetWindow(scan, SafeNativeMethods.GW_HWNDLAST);
1241hwnd = Misc.GetWindow(hwndOwner, SafeNativeMethods.GW_CHILD);
1308hwnd = Misc.GetWindow(_hwnd, SafeNativeMethods.GW_CHILD);
1330NativeMethods.HWND hwnd = Misc.GetWindow(_hwnd, SafeNativeMethods.GW_CHILD);
1333hwnd = Misc.GetWindow(hwnd, SafeNativeMethods.GW_HWNDLAST);
1411for (NativeMethods.HWND hChild = Misc.GetWindow(hwnd, SafeNativeMethods.GW_CHILD);
1413hChild = Misc.GetWindow(hChild, SafeNativeMethods.GW_HWNDNEXT))
1523NativeMethods.HWND hwndOwner = Misc.GetWindow(hwnd, SafeNativeMethods.GW_OWNER);
1609NativeMethods.HWND owner = Misc.GetWindow(hwnd, SafeNativeMethods.GW_OWNER);
1745for (NativeMethods.HWND hChild = Misc.GetWindow(hwnd, SafeNativeMethods.GW_CHILD);
1747hChild = Misc.GetWindow(hChild, SafeNativeMethods.GW_HWNDNEXT))