Base:
method
GetChildrenCore
System.Windows.Automation.Peers.AutomationPeer.GetChildrenCore()
16 overrides of GetChildrenCore
Microsoft.VisualStudio.LanguageServices (1)
Utilities\AutomationDelegatingListView.cs (1)
46protected override List<AutomationPeer>? GetChildrenCore()
PresentationFramework (15)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
103protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\DataGridRowAutomationPeer.cs (1)
51protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
88protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\DocumentPageViewAutomationPeer.cs (1)
34protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
61protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\ExpanderAutomationPeer.cs (1)
31protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (1)
53protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
78protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\GridViewHeaderRowPresenterAutomationPeer.cs (1)
38protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
112protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
55protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
161protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
70protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\StatusBarAutomationPeer.cs (1)
33protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\TextBlockAutomationPeer.cs (1)
31protected override List<AutomationPeer> GetChildrenCore()
9 references to GetChildrenCore
Microsoft.VisualStudio.LanguageServices (1)
Utilities\AutomationDelegatingListView.cs (1)
49var peersToProcess = new Queue<AutomationPeer>(base.GetChildrenCore() ?? SpecializedCollections.EmptyEnumerable<AutomationPeer>());
PresentationFramework (8)
System\Windows\Automation\Peers\DataGridRowAutomationPeer.cs (1)
87return base.GetChildrenCore();
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
90List<AutomationPeer> children = base.GetChildrenCore();
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
64List<AutomationPeer> children = base.GetChildrenCore();
System\Windows\Automation\Peers\ExpanderAutomationPeer.cs (1)
33List<AutomationPeer> children = base.GetChildrenCore();
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (1)
56List<AutomationPeer> children = base.GetChildrenCore();
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
81List<AutomationPeer> children = base.GetChildrenCore();
System\Windows\Automation\Peers\GridViewHeaderRowPresenterAutomationPeer.cs (1)
40List<AutomationPeer> list = base.GetChildrenCore();
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
163List<AutomationPeer> children = base.GetChildrenCore();