21 references to GetParent
UIAutomationClientsideProviders (21)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
95
hwnd = Misc.
GetParent
(hwndCurrent);
MS\Internal\AutomationProxies\Misc.cs (2)
392
IntPtr hwndParent = Misc.
GetParent
(hwnd);
1942
tool.hwnd = Misc.
GetParent
(lParam.hwnd);
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
255
IntPtr hwndParent = Misc.
GetParent
(_hwnd);
MS\Internal\AutomationProxies\WindowsButton.cs (4)
409
IntPtr hwndParent = Misc.
GetParent
(_hwnd);
581
IntPtr hwndParent = Misc.
GetParent
(_hwnd);
600
IntPtr hwndParent = Misc.
GetParent
(_hwnd);
623
hwndParent = Misc.
GetParent
(hwndRoot);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
404
IntPtr hwndParent = Misc.
GetParent
(_hwnd);
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
190
IntPtr hwndParent = Misc.
GetParent
(hwnd);
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
169
hwnd = Misc.
GetParent
(hwnd))
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
493
return WindowsIPAddress.Create(Misc.
GetParent
(_hwnd), 0, 0);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
1166
IntPtr hwndListBoxParent = Misc.
GetParent
(_hwnd);
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1655
string className = Misc.GetClassName(Misc.
GetParent
(_hwnd));
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
185
ancestor = Misc.
GetParent
(ancestor);
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
184
IntPtr parent = Misc.
GetParent
(_hwnd);
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
290
IntPtr hwndParent = Misc.
GetParent
(hwnd);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
445
IntPtr hwndParent = Misc.
GetParent
(_hwnd);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
1325
hwndParent = Misc.
GetParent
(hwndParent);
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
395
IntPtr hwndParent = Misc.
GetParent
(_hwnd);
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
379
hwndBuddy = Misc.
GetParent
(hwnd);