21 references to GetParent
UIAutomationClientSideProviders (21)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
91
hwnd = Misc.
GetParent
(hwndCurrent);
MS\Internal\AutomationProxies\Misc.cs (2)
378
IntPtr hwndParent = Misc.
GetParent
(hwnd);
1909
tool.hwnd = Misc.
GetParent
(lParam.hwnd);
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
234
IntPtr hwndParent = Misc.
GetParent
(_hwnd);
MS\Internal\AutomationProxies\WindowsButton.cs (4)
393
IntPtr hwndParent = Misc.
GetParent
(_hwnd);
565
IntPtr hwndParent = Misc.
GetParent
(_hwnd);
584
IntPtr hwndParent = Misc.
GetParent
(_hwnd);
607
hwndParent = Misc.
GetParent
(hwndRoot);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
387
IntPtr hwndParent = Misc.
GetParent
(_hwnd);
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
173
IntPtr hwndParent = Misc.
GetParent
(hwnd);
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
151
hwnd = Misc.
GetParent
(hwnd))
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
476
return WindowsIPAddress.Create(Misc.
GetParent
(_hwnd), 0, 0);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
1145
IntPtr hwndListBoxParent = Misc.
GetParent
(_hwnd);
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1644
string className = Misc.GetClassName(Misc.
GetParent
(_hwnd));
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
177
ancestor = Misc.
GetParent
(ancestor);
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
168
IntPtr parent = Misc.
GetParent
(_hwnd);
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
273
IntPtr hwndParent = Misc.
GetParent
(hwnd);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
430
IntPtr hwndParent = Misc.
GetParent
(_hwnd);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
1324
hwndParent = Misc.
GetParent
(hwndParent);
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
381
IntPtr hwndParent = Misc.
GetParent
(_hwnd);
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
359
hwndBuddy = Misc.
GetParent
(hwnd);