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