25 overrides of GetFirstChild
UIAutomationClientSideProviders (25)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
338
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
109
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
229
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
160
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
256
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsListView.cs (1)
325
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
214
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
295
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
410
internal override ProxySimple
GetFirstChild
()
1596
internal override ProxySimple
GetFirstChild
()
2961
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsRebar.cs (2)
106
internal override ProxySimple
GetFirstChild
()
324
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
314
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
122
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
182
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
199
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
135
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsTab.cs (2)
227
internal override ProxySimple
GetFirstChild
()
1037
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
99
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
171
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
209
internal override ProxySimple
GetFirstChild
()
760
internal override ProxySimple
GetFirstChild
()
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
169
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)
157
return
GetFirstChild
();
191
for (ProxySimple el =
GetFirstChild
(); el != null; el = this.GetNextSibling (el))
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
264
return base.
GetFirstChild
();
271
ProxySimple ret = base.
GetFirstChild
();
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1959
el = ((ProxyFragment)el).
GetFirstChild
();
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1094
return (ProxyFragment) systemMenu.
GetFirstChild
();
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
219
return base.
GetFirstChild
();
226
ProxySimple ret = base.
GetFirstChild
();