MS\Internal\Automation\HwndProxyElementProvider.cs (14)
1161hwnd = Misc.GetWindow( hwnd, dir );
1164for( ; hwnd != NativeMethods.HWND.NULL ; hwnd = Misc.GetWindow( hwnd, dir ) )
1192NativeMethods.HWND scan = Misc.GetWindow(desktop, SafeNativeMethods.GW_CHILD);
1196scan = Misc.GetWindow(scan, SafeNativeMethods.GW_HWNDLAST);
1250hwnd = Misc.GetWindow(hwndOwner, SafeNativeMethods.GW_CHILD);
1317hwnd = Misc.GetWindow(_hwnd, SafeNativeMethods.GW_CHILD);
1339NativeMethods.HWND hwnd = Misc.GetWindow(_hwnd, SafeNativeMethods.GW_CHILD);
1342hwnd = Misc.GetWindow(hwnd, SafeNativeMethods.GW_HWNDLAST);
1420for (NativeMethods.HWND hChild = Misc.GetWindow(hwnd, SafeNativeMethods.GW_CHILD);
1422hChild = Misc.GetWindow(hChild, SafeNativeMethods.GW_HWNDNEXT))
1518NativeMethods.HWND hwndOwner = Misc.GetWindow(hwnd, SafeNativeMethods.GW_OWNER);
1604NativeMethods.HWND owner = Misc.GetWindow(hwnd, SafeNativeMethods.GW_OWNER);
1740for (NativeMethods.HWND hChild = Misc.GetWindow(hwnd, SafeNativeMethods.GW_CHILD);
1742hChild = Misc.GetWindow(hChild, SafeNativeMethods.GW_HWNDNEXT))