Base:
method
GetChildrenCore
System.Windows.Automation.Peers.UIElementAutomationPeer.GetChildrenCore()
13 overrides of GetChildrenCore
PresentationFramework (6)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
64protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
42protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\DataGridColumnHeadersPresenterAutomationPeer.cs (1)
58protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
56protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
53protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
50protected override List<AutomationPeer> GetChildrenCore()
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
75protected override System.Collections.Generic.List<AutomationPeer> GetChildrenCore()
Microsoft\Windows\Automation\Peers\RibbonGalleryAutomationPeer.cs (1)
79protected override List<AutomationPeer> GetChildrenCore()
Microsoft\Windows\Automation\Peers\RibbonGalleryCategoryAutomationPeer.cs (1)
38protected override List<AutomationPeer> GetChildrenCore()
Microsoft\Windows\Automation\Peers\RibbonGroupAutomationPeer.cs (1)
34protected override System.Collections.Generic.List<AutomationPeer> GetChildrenCore()
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
43protected override List<AutomationPeer> GetChildrenCore()
Microsoft\Windows\Automation\Peers\RibbonQuickAccessToolBarAutomationPeer.cs (1)
40protected override List<AutomationPeer> GetChildrenCore()
Microsoft\Windows\Automation\Peers\RibbonTabAutomationPeer.cs (1)
34protected override System.Collections.Generic.List<AutomationPeer> GetChildrenCore()
11 references to GetChildrenCore
PresentationFramework (4)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
66List<AutomationPeer> children = base.GetChildrenCore();
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
44List<AutomationPeer> children = base.GetChildrenCore();
System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
64List<AutomationPeer> ret = base.GetChildrenCore();
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
58return base.GetChildrenCore();
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
181List<AutomationPeer> ribbonTabs = base.GetChildrenCore();
Microsoft\Windows\Automation\Peers\RibbonGalleryAutomationPeer.cs (1)
109children = base.GetChildrenCore();
Microsoft\Windows\Automation\Peers\RibbonGalleryCategoryAutomationPeer.cs (1)
44return base.GetChildrenCore();
Microsoft\Windows\Automation\Peers\RibbonGroupAutomationPeer.cs (1)
36List<AutomationPeer> children = base.GetChildrenCore();
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
45List<AutomationPeer> children = base.GetChildrenCore();
Microsoft\Windows\Automation\Peers\RibbonQuickAccessToolBarAutomationPeer.cs (1)
42List<AutomationPeer> children = base.GetChildrenCore();
Microsoft\Windows\Automation\Peers\RibbonTabAutomationPeer.cs (1)
41children = base.GetChildrenCore();