1 implementation of GetChildren
PresentationFramework (1)
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
77
List<AutomationPeer> IViewAutomationPeer.
GetChildren
(List<AutomationPeer> children)
1 reference to GetChildren
PresentationFramework (1)
System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
83
ret = _viewAutomationPeer.
GetChildren
(ret);