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