17 references to GA_PARENT
UIAutomationClientSideProviders (17)
MS\Internal\AutomationProxies\Misc.cs (3)
503
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(hwnd, NativeMethods.
GA_PARENT
);
751
hwnd = NativeMethodsSetLastError.GetAncestor(hwnd, NativeMethods.
GA_PARENT
);
871
hwnd = NativeMethodsSetLastError.GetAncestor(hwnd, NativeMethods.
GA_PARENT
);
MS\Internal\AutomationProxies\WindowsComboBox.cs (3)
503
IntPtr hwndEx = NativeMethodsSetLastError.GetAncestor (hwnd, NativeMethods.
GA_PARENT
);
531
if (cbInfo.hwndItem == IntPtr.Zero && IsComboEx (NativeMethodsSetLastError.GetAncestor (hwnd, NativeMethods.
GA_PARENT
)))
785
IntPtr hwndCombo = NativeMethodsSetLastError.GetAncestor (hwnd, NativeMethods.
GA_PARENT
);
MS\Internal\AutomationProxies\WindowsEditBox.cs (5)
104
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(hwnd, NativeMethods.
GA_PARENT
);
890
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(_hwnd, NativeMethods.
GA_PARENT
);
910
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(_hwnd, NativeMethods.
GA_PARENT
);
926
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(hwnd, NativeMethods.
GA_PARENT
);
942
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(hwnd, NativeMethods.
GA_PARENT
);
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
680
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(_hwnd, NativeMethods.
GA_PARENT
);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (2)
75
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor (hwnd, NativeMethods.
GA_PARENT
);
244
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor (_hwnd, NativeMethods.
GA_PARENT
);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
722
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(hwnd, NativeMethods.
GA_PARENT
);
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
289
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(_hwnd, NativeMethods.
GA_PARENT
);
620
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(_hwnd, NativeMethods.
GA_PARENT
);