25 overrides of GetFirstChild
UIAutomationClientSideProviders (25)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
337
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
108
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
228
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
155
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
255
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsListView.cs (1)
324
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
213
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
294
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
409
internal override ProxySimple
GetFirstChild
()
1595
internal override ProxySimple
GetFirstChild
()
2960
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsRebar.cs (2)
105
internal override ProxySimple
GetFirstChild
()
323
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
313
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
121
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
181
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
198
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
134
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsTab.cs (2)
226
internal override ProxySimple
GetFirstChild
()
1032
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
98
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
170
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
208
internal override ProxySimple
GetFirstChild
()
758
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
168
internal override ProxySimple
GetFirstChild
()
9 references to GetFirstChild
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
139
for (ProxySimple simple = fragment.
GetFirstChild
(); simple != null; simple = fragment.GetNextSibling(simple))
MS\Internal\AutomationProxies\ProxyFragment.cs (2)
156
return
GetFirstChild
();
190
for (ProxySimple el =
GetFirstChild
(); el != null; el = this.GetNextSibling (el))
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
263
return base.
GetFirstChild
();
270
ProxySimple ret = base.
GetFirstChild
();
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1958
el = ((ProxyFragment)el).
GetFirstChild
();
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1093
return (ProxyFragment) systemMenu.
GetFirstChild
();
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
218
return base.
GetFirstChild
();
225
ProxySimple ret = base.
GetFirstChild
();