Base:
method
GetChildrenCore
System.Windows.Automation.Peers.AutomationPeer.GetChildrenCore()
15 overrides of GetChildrenCore
PresentationFramework (15)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
109protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\DataGridRowAutomationPeer.cs (1)
55protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
90protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\DocumentPageViewAutomationPeer.cs (1)
36protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
62protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\ExpanderAutomationPeer.cs (1)
43protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (1)
54protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
79protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\GridViewHeaderRowPresenterAutomationPeer.cs (1)
52protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
124protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
67protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
174protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
81protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\StatusBarAutomationPeer.cs (1)
43protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\TextBlockAutomationPeer.cs (1)
33protected override List<AutomationPeer> GetChildrenCore()
8 references to GetChildrenCore
PresentationFramework (8)
System\Windows\Automation\Peers\DataGridRowAutomationPeer.cs (1)
91return base.GetChildrenCore();
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
92List<AutomationPeer> children = base.GetChildrenCore();
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
65List<AutomationPeer> children = base.GetChildrenCore();
System\Windows\Automation\Peers\ExpanderAutomationPeer.cs (1)
45List<AutomationPeer> children = base.GetChildrenCore();
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (1)
57List<AutomationPeer> children = base.GetChildrenCore();
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
82List<AutomationPeer> children = base.GetChildrenCore();
System\Windows\Automation\Peers\GridViewHeaderRowPresenterAutomationPeer.cs (1)
54List<AutomationPeer> list = base.GetChildrenCore();
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
176List<AutomationPeer> children = base.GetChildrenCore();