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