17 references to GA_PARENT
UIAutomationClientSideProviders (17)
MS\Internal\AutomationProxies\Misc.cs (3)
504
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(hwnd, NativeMethods.
GA_PARENT
);
752
hwnd = NativeMethodsSetLastError.GetAncestor(hwnd, NativeMethods.
GA_PARENT
);
872
hwnd = NativeMethodsSetLastError.GetAncestor(hwnd, NativeMethods.
GA_PARENT
);
MS\Internal\AutomationProxies\WindowsComboBox.cs (3)
508
IntPtr hwndEx = NativeMethodsSetLastError.GetAncestor (hwnd, NativeMethods.
GA_PARENT
);
536
if (cbInfo.hwndItem == IntPtr.Zero && IsComboEx (NativeMethodsSetLastError.GetAncestor (hwnd, NativeMethods.
GA_PARENT
)))
790
IntPtr hwndCombo = NativeMethodsSetLastError.GetAncestor (hwnd, NativeMethods.
GA_PARENT
);
MS\Internal\AutomationProxies\WindowsEditBox.cs (5)
105
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(hwnd, NativeMethods.
GA_PARENT
);
891
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(_hwnd, NativeMethods.
GA_PARENT
);
911
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(_hwnd, NativeMethods.
GA_PARENT
);
927
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(hwnd, NativeMethods.
GA_PARENT
);
943
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(hwnd, NativeMethods.
GA_PARENT
);
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
681
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(_hwnd, NativeMethods.
GA_PARENT
);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (2)
76
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor (hwnd, NativeMethods.
GA_PARENT
);
245
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor (_hwnd, NativeMethods.
GA_PARENT
);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
727
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(hwnd, NativeMethods.
GA_PARENT
);
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
290
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(_hwnd, NativeMethods.
GA_PARENT
);
621
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(_hwnd, NativeMethods.
GA_PARENT
);