6 overrides of GetChildrenCore
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
67override protected List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
68override protected List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
67override protected List<AutomationPeer> GetChildrenCore()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
100protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
205protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
199protected override List<AutomationPeer> GetChildrenCore()
11 references to GetChildrenCore
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1498_children = GetChildrenCore();
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
65/// <see cref="AutomationPeer.GetChildrenCore"/>
PresentationFramework (9)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
55/// <see cref="AutomationPeer.GetChildrenCore"/>
System\Windows\Automation\Peers\DocumentPageViewAutomationPeer.cs (1)
30/// <see cref="AutomationPeer.GetChildrenCore"/>
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
56/// <see cref="AutomationPeer.GetChildrenCore"/>
System\Windows\Automation\Peers\FlowDocumentPageViewerAutomationPeer.cs (1)
29/// <see cref="AutomationPeer.GetChildrenCore"/>
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (1)
48/// <see cref="AutomationPeer.GetChildrenCore"/>
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
73/// <see cref="AutomationPeer.GetChildrenCore"/>
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
79/// <see cref="AutomationPeer.GetChildrenCore"/>
System\Windows\Automation\Peers\TextBlockAutomationPeer.cs (1)
31/// <see cref="AutomationPeer.GetChildrenCore"/>
System\Windows\Automation\Peers\TextElementAutomationPeer.cs (1)
35/// <see cref="AutomationPeer.GetChildrenCore"/>