19 references to GetChildren
Microsoft.VisualStudio.LanguageServices (4)
Utilities\AutomationDelegatingListView.cs (4)
60
foreach (var childPeer in peer.
GetChildren
() ?? SpecializedCollections.EmptyEnumerable<AutomationPeer>())
89
checkBoxItem = this.
GetChildren
()?.OfType<CheckBoxAutomationPeer>().SingleOrDefault();
98
radioButtonItem = this.
GetChildren
()?.OfType<RadioButtonAutomationPeer>().SingleOrDefault();
107
textBlockItem = this.
GetChildren
()?.OfType<TextBlockAutomationPeer>().FirstOrDefault();
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
558
List<AutomationPeer> children = parent.
GetChildren
();
1772
List<AutomationPeer> children =
GetChildren
();
PresentationFramework (13)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
110
List<AutomationPeer> children = wrapperPeer.
GetChildren
();
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
60
List<AutomationPeer> children = wrapperPeer.
GetChildren
();
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
210
return wrapperPeer.
GetChildren
();
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
209
return
GetChildren
();
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
38
this.
GetChildren
();
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
55
this.
GetChildren
();
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (2)
252
List<AutomationPeer> columns = peer.
GetChildren
();
285
List<AutomationPeer> list = lvPeer.
GetChildren
();
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
145
_expanderPeer.
GetChildren
();
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
206
List<AutomationPeer> children = wrapperPeer.
GetChildren
();
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
93
GetChildren
();
System\Windows\Automation\Peers\TabItemAutomationPeer.cs (1)
77
List<AutomationPeer> contentChildren = contentHostPeer.
GetChildren
();
System\Windows\Automation\Peers\TextElementAutomationPeer.cs (1)
212
GetChildren
();