15 references to GetChildren
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
546
List<AutomationPeer> children = parent.
GetChildren
();
1760
List<AutomationPeer> children =
GetChildren
();
PresentationFramework (13)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
103
List<AutomationPeer> children = wrapperPeer.
GetChildren
();
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
54
List<AutomationPeer> children = wrapperPeer.
GetChildren
();
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
199
return wrapperPeer.
GetChildren
();
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
203
return
GetChildren
();
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
36
this.
GetChildren
();
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
53
this.
GetChildren
();
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (2)
236
List<AutomationPeer> columns = peer.
GetChildren
();
266
List<AutomationPeer> list = lvPeer.
GetChildren
();
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
132
_expanderPeer.
GetChildren
();
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
189
List<AutomationPeer> children = wrapperPeer.
GetChildren
();
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
81
GetChildren
();
System\Windows\Automation\Peers\TabItemAutomationPeer.cs (1)
65
List<AutomationPeer> contentChildren = contentHostPeer.
GetChildren
();
System\Windows\Automation\Peers\TextElementAutomationPeer.cs (1)
207
GetChildren
();