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