6 overrides of GetChildrenCore
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
62protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
59protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
57protected override List<AutomationPeer> GetChildrenCore()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
93protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
197protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
185protected override List<AutomationPeer> GetChildrenCore()
11 references to GetChildrenCore
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1486_children = GetChildrenCore();
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
60/// <see cref="AutomationPeer.GetChildrenCore"/>
PresentationFramework (9)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
52/// <see cref="AutomationPeer.GetChildrenCore"/>
System\Windows\Automation\Peers\DocumentPageViewAutomationPeer.cs (1)
27/// <see cref="AutomationPeer.GetChildrenCore"/>
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
54/// <see cref="AutomationPeer.GetChildrenCore"/>
System\Windows\Automation\Peers\FlowDocumentPageViewerAutomationPeer.cs (1)
27/// <see cref="AutomationPeer.GetChildrenCore"/>
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (1)
46/// <see cref="AutomationPeer.GetChildrenCore"/>
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
71/// <see cref="AutomationPeer.GetChildrenCore"/>
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
67/// <see cref="AutomationPeer.GetChildrenCore"/>
System\Windows\Automation\Peers\TextBlockAutomationPeer.cs (1)
28/// <see cref="AutomationPeer.GetChildrenCore"/>
System\Windows\Automation\Peers\TextElementAutomationPeer.cs (1)
30/// <see cref="AutomationPeer.GetChildrenCore"/>