1 override of GetParent
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
237
internal override ProxySimple
GetParent
()
19 references to GetParent
UIAutomationClientSideProviders (19)
MS\Internal\AutomationProxies\ProxyFragment.cs (1)
167
return
GetParent
();
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
183
if (name == null &&
GetParent
() == null)
219
if (_controlLabel == IntPtr.Zero && name != null &&
GetParent
() == null)
MS\Internal\AutomationProxies\ProxySimple.cs (8)
134
return Misc.AppendToRuntimeId(
GetParent
().GetRuntimeId(), _item);
170
if (_hwnd == IntPtr.Zero || (
GetParent
() != null &&
GetParent
()._hwnd == _hwnd))
318
ProxySimple parent =
GetParent
();
344
if (
GetParent
() == null && (bool)GetElementProperty(AutomationElement.IsKeyboardFocusableProperty))
455
return
GetParent
();
483
while (walk.
GetParent
() != null)
485
walk = walk.
GetParent
();
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
245
return base.
GetParent
();
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1987
parent = lvi.
GetParent
();
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
73
Rect parentRect =
GetParent
().BoundingRectangle;
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (2)
135
Rect parentRect =
GetParent
().
GetParent
().BoundingRectangle;
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1828
return
GetParent
();
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
888
parent = current.
GetParent
();
1307
while ((current = current.
GetParent
() as TreeViewItem) != null)