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