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