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