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