6 overrides of GetChildrenCore
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
63override protected List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
60override protected List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
58override protected List<AutomationPeer> GetChildrenCore()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
94protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
198protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
189protected override List<AutomationPeer> GetChildrenCore()
11 references to GetChildrenCore
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1485_children = GetChildrenCore();
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
61/// <see cref="AutomationPeer.GetChildrenCore"/>
PresentationFramework (9)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
53/// <see cref="AutomationPeer.GetChildrenCore"/>
System\Windows\Automation\Peers\DocumentPageViewAutomationPeer.cs (1)
28/// <see cref="AutomationPeer.GetChildrenCore"/>
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
55/// <see cref="AutomationPeer.GetChildrenCore"/>
System\Windows\Automation\Peers\FlowDocumentPageViewerAutomationPeer.cs (1)
28/// <see cref="AutomationPeer.GetChildrenCore"/>
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (1)
47/// <see cref="AutomationPeer.GetChildrenCore"/>
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
72/// <see cref="AutomationPeer.GetChildrenCore"/>
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
68/// <see cref="AutomationPeer.GetChildrenCore"/>
System\Windows\Automation\Peers\TextBlockAutomationPeer.cs (1)
29/// <see cref="AutomationPeer.GetChildrenCore"/>
System\Windows\Automation\Peers\TextElementAutomationPeer.cs (1)
31/// <see cref="AutomationPeer.GetChildrenCore"/>