25 overrides of GetFirstChild
UIAutomationClientsideProviders (25)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
345
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
128
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
246
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
170
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
271
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsListView.cs (1)
338
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
223
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
305
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
426
internal override ProxySimple
GetFirstChild
()
1616
internal override ProxySimple
GetFirstChild
()
2981
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsRebar.cs (2)
124
internal override ProxySimple
GetFirstChild
()
340
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
332
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
138
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
199
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
213
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
151
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsTab.cs (2)
230
internal override ProxySimple
GetFirstChild
()
1038
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
111
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
184
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
223
internal override ProxySimple
GetFirstChild
()
774
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
189
internal override ProxySimple
GetFirstChild
()
9 references to GetFirstChild
UIAutomationClientsideProviders (9)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
143
for (ProxySimple simple = fragment.
GetFirstChild
(); simple != null; simple = fragment.GetNextSibling(simple))
MS\Internal\AutomationProxies\ProxyFragment.cs (2)
166
return
GetFirstChild
();
200
for (ProxySimple el =
GetFirstChild
(); el != null; el = this.GetNextSibling (el))
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
279
return base.
GetFirstChild
();
286
ProxySimple ret = base.
GetFirstChild
();
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1969
el = ((ProxyFragment)el).
GetFirstChild
();
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1112
return (ProxyFragment) systemMenu.
GetFirstChild
();
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
233
return base.
GetFirstChild
();
240
ProxySimple ret = base.
GetFirstChild
();