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)
102protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\DataGridRowAutomationPeer.cs (1)
50protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
87protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\DocumentPageViewAutomationPeer.cs (1)
33protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
60protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\ExpanderAutomationPeer.cs (1)
30protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (1)
52protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
77protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\GridViewHeaderRowPresenterAutomationPeer.cs (1)
37protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
111protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
54protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
160protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
69protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\StatusBarAutomationPeer.cs (1)
32protected override List<AutomationPeer> GetChildrenCore()
System\Windows\Automation\Peers\TextBlockAutomationPeer.cs (1)
30protected 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)
86return base.GetChildrenCore();
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
89List<AutomationPeer> children = base.GetChildrenCore();
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
63List<AutomationPeer> children = base.GetChildrenCore();
System\Windows\Automation\Peers\ExpanderAutomationPeer.cs (1)
32List<AutomationPeer> children = base.GetChildrenCore();
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (1)
55List<AutomationPeer> children = base.GetChildrenCore();
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
80List<AutomationPeer> children = base.GetChildrenCore();
System\Windows\Automation\Peers\GridViewHeaderRowPresenterAutomationPeer.cs (1)
39List<AutomationPeer> list = base.GetChildrenCore();
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
162List<AutomationPeer> children = base.GetChildrenCore();