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