Base:
method
GetChildrenCore
System.Windows.Automation.Peers.UIElementAutomationPeer.GetChildrenCore()
13 overrides of GetChildrenCore
PresentationFramework (6)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
65protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
43protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\DataGridColumnHeadersPresenterAutomationPeer.cs (1)
59protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
57protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
54protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
51protected override List<AutomationPeer> GetChildrenCore()
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
76protected override System.Collections.Generic.List<AutomationPeer> GetChildrenCore()
Microsoft\Windows\Automation\Peers\RibbonGalleryAutomationPeer.cs (1)
80protected override List<AutomationPeer> GetChildrenCore()
Microsoft\Windows\Automation\Peers\RibbonGalleryCategoryAutomationPeer.cs (1)
39protected override List<AutomationPeer> GetChildrenCore()
Microsoft\Windows\Automation\Peers\RibbonGroupAutomationPeer.cs (1)
35protected override System.Collections.Generic.List<AutomationPeer> GetChildrenCore()
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
44protected override List<AutomationPeer> GetChildrenCore()
Microsoft\Windows\Automation\Peers\RibbonQuickAccessToolBarAutomationPeer.cs (1)
41protected override List<AutomationPeer> GetChildrenCore()
Microsoft\Windows\Automation\Peers\RibbonTabAutomationPeer.cs (1)
35protected override System.Collections.Generic.List<AutomationPeer> GetChildrenCore()
11 references to GetChildrenCore
PresentationFramework (4)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
67List<AutomationPeer> children = base.GetChildrenCore();
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
45List<AutomationPeer> children = base.GetChildrenCore();
System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
65List<AutomationPeer> ret = base.GetChildrenCore();
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
59return base.GetChildrenCore();
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
182List<AutomationPeer> ribbonTabs = base.GetChildrenCore();
Microsoft\Windows\Automation\Peers\RibbonGalleryAutomationPeer.cs (1)
110children = base.GetChildrenCore();
Microsoft\Windows\Automation\Peers\RibbonGalleryCategoryAutomationPeer.cs (1)
45return base.GetChildrenCore();
Microsoft\Windows\Automation\Peers\RibbonGroupAutomationPeer.cs (1)
37List<AutomationPeer> children = base.GetChildrenCore();
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
46List<AutomationPeer> children = base.GetChildrenCore();
Microsoft\Windows\Automation\Peers\RibbonQuickAccessToolBarAutomationPeer.cs (1)
43List<AutomationPeer> children = base.GetChildrenCore();
Microsoft\Windows\Automation\Peers\RibbonTabAutomationPeer.cs (1)
42children = base.GetChildrenCore();