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