17 references to GA_PARENT
UIAutomationClientSideProviders (17)
MS\Internal\AutomationProxies\Misc.cs (3)
509
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(hwnd, NativeMethods.
GA_PARENT
);
759
hwnd = NativeMethodsSetLastError.GetAncestor(hwnd, NativeMethods.
GA_PARENT
);
879
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
)))
793
IntPtr hwndCombo = NativeMethodsSetLastError.GetAncestor (hwnd, NativeMethods.
GA_PARENT
);
MS\Internal\AutomationProxies\WindowsEditBox.cs (5)
105
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(hwnd, NativeMethods.
GA_PARENT
);
889
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(_hwnd, NativeMethods.
GA_PARENT
);
909
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(_hwnd, NativeMethods.
GA_PARENT
);
925
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(hwnd, NativeMethods.
GA_PARENT
);
941
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(hwnd, NativeMethods.
GA_PARENT
);
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
677
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(_hwnd, NativeMethods.
GA_PARENT
);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (2)
76
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor (hwnd, NativeMethods.
GA_PARENT
);
247
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor (_hwnd, NativeMethods.
GA_PARENT
);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
728
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(hwnd, NativeMethods.
GA_PARENT
);
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
293
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(_hwnd, NativeMethods.
GA_PARENT
);
624
IntPtr hwndParent = NativeMethodsSetLastError.GetAncestor(_hwnd, NativeMethods.
GA_PARENT
);