Base:
method
GetChildrenCore
System.Windows.Automation.Peers.AutomationPeer.GetChildrenCore()
3 overrides of GetChildrenCore
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
50protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (1)
49protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\TabItemAutomationPeer.cs (1)
61protected override List<AutomationPeer> GetChildrenCore()
1 reference to GetChildrenCore
PresentationFramework (1)
System\Windows\Automation\Peers\TabItemAutomationPeer.cs (1)
64List<AutomationPeer> headerChildren = base.GetChildrenCore();