6 overrides of GetChildrenCore
PresentationCore (3)
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
75
override protected List<AutomationPeer>
GetChildrenCore
()
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
74
override protected List<AutomationPeer>
GetChildrenCore
()
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
74
override protected List<AutomationPeer>
GetChildrenCore
()
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
103
protected override List<AutomationPeer>
GetChildrenCore
()
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
213
protected override List<AutomationPeer>
GetChildrenCore
()
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
180
protected override List<AutomationPeer>
GetChildrenCore
()
11 references to GetChildrenCore
PresentationCore (2)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1402
_children =
GetChildrenCore
();
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
73
/// <see cref="AutomationPeer.
GetChildrenCore
"/>
PresentationFramework (9)
src\Framework\System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
57
/// <see cref="AutomationPeer.
GetChildrenCore
"/>
src\Framework\System\Windows\Automation\Peers\DocumentPageViewAutomationPeer.cs (1)
32
/// <see cref="AutomationPeer.
GetChildrenCore
"/>
src\Framework\System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
58
/// <see cref="AutomationPeer.
GetChildrenCore
"/>
src\Framework\System\Windows\Automation\Peers\FlowDocumentPageViewerAutomationPeer.cs (1)
31
/// <see cref="AutomationPeer.
GetChildrenCore
"/>
src\Framework\System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (1)
50
/// <see cref="AutomationPeer.
GetChildrenCore
"/>
src\Framework\System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
74
/// <see cref="AutomationPeer.
GetChildrenCore
"/>
src\Framework\System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
76
/// <see cref="AutomationPeer.
GetChildrenCore
"/>
src\Framework\System\Windows\Automation\Peers\TextBlockAutomationPeer.cs (1)
32
/// <see cref="AutomationPeer.
GetChildrenCore
"/>
src\Framework\System\Windows\Automation\Peers\TextElementAutomationPeer.cs (1)
37
/// <see cref="AutomationPeer.
GetChildrenCore
"/>