Base:
method
GetChildrenCore
System.Windows.Automation.Peers.UIElementAutomationPeer.GetChildrenCore()
13 overrides of GetChildrenCore
PresentationFramework (6)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
77protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
48protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\DataGridColumnHeadersPresenterAutomationPeer.cs (1)
61protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
69protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
67protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
63protected override List<AutomationPeer> GetChildrenCore()
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
81protected override System.Collections.Generic.List<AutomationPeer> GetChildrenCore()
Microsoft\Windows\Automation\Peers\RibbonGalleryAutomationPeer.cs (1)
83protected override List<AutomationPeer> GetChildrenCore()
Microsoft\Windows\Automation\Peers\RibbonGalleryCategoryAutomationPeer.cs (1)
42protected override List<AutomationPeer> GetChildrenCore()
Microsoft\Windows\Automation\Peers\RibbonGroupAutomationPeer.cs (1)
40protected override System.Collections.Generic.List<AutomationPeer> GetChildrenCore()
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
47protected override List<AutomationPeer> GetChildrenCore()
Microsoft\Windows\Automation\Peers\RibbonQuickAccessToolBarAutomationPeer.cs (1)
45protected override List<AutomationPeer> GetChildrenCore()
Microsoft\Windows\Automation\Peers\RibbonTabAutomationPeer.cs (1)
38protected override System.Collections.Generic.List<AutomationPeer> GetChildrenCore()
11 references to GetChildrenCore
PresentationFramework (4)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
79List<AutomationPeer> children = base.GetChildrenCore();
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
50List<AutomationPeer> children = base.GetChildrenCore();
System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
77List<AutomationPeer> ret = base.GetChildrenCore();
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
72return base.GetChildrenCore();
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
190List<AutomationPeer> ribbonTabs = base.GetChildrenCore();
Microsoft\Windows\Automation\Peers\RibbonGalleryAutomationPeer.cs (1)
113children = base.GetChildrenCore();
Microsoft\Windows\Automation\Peers\RibbonGalleryCategoryAutomationPeer.cs (1)
48return base.GetChildrenCore();
Microsoft\Windows\Automation\Peers\RibbonGroupAutomationPeer.cs (1)
42List<AutomationPeer> children = base.GetChildrenCore();
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
49List<AutomationPeer> children = base.GetChildrenCore();
Microsoft\Windows\Automation\Peers\RibbonQuickAccessToolBarAutomationPeer.cs (1)
47List<AutomationPeer> children = base.GetChildrenCore();
Microsoft\Windows\Automation\Peers\RibbonTabAutomationPeer.cs (1)
45children = base.GetChildrenCore();