8 references to GA_PARENT
UIAutomationClient (8)
MS\Internal\Automation\HwndProxyElementProvider.cs (7)
633
NativeMethods.HWND hwndParent = SafeNativeMethods.GetAncestor(NativeMethods.HWND.Cast(_hwnd), SafeNativeMethods.
GA_PARENT
);
1194
NativeMethods.HWND parent = SafeNativeMethods.GetAncestor(_hwnd, SafeNativeMethods.
GA_PARENT
);
1271
NativeMethods.HWND parent = SafeNativeMethods.GetAncestor(_hwnd, SafeNativeMethods.
GA_PARENT
);
1434
hwnd = SafeNativeMethods.GetAncestor( hwnd, SafeNativeMethods.
GA_PARENT
);
1503
return SafeNativeMethods.GetAncestor( hwnd, SafeNativeMethods.
GA_PARENT
) == SafeNativeMethods.GetDesktopWindow();
1899
hwnd = SafeNativeMethods.GetAncestor(hwnd, SafeNativeMethods.
GA_PARENT
);
1992
NativeMethods.HWND parent = SafeNativeMethods.GetAncestor(hwnd, SafeNativeMethods.
GA_PARENT
);
MS\Internal\Automation\ProxyManager.cs (1)
279
NativeMethods.HWND hwndParent = SafeNativeMethods.GetAncestor(hwnd, SafeNativeMethods.
GA_PARENT
);