3 references to GetControlledPeers
PresentationCore (3)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (3)
1253/// Calls <see cref="GetControlledPeers"/> to get a list of AutomationPeers then transforms it into an array 1257/// An array of <see cref="IRawElementProviderSimple"/> representing the AutomationPeers provided by <see cref="GetControlledPeers"/> 1261List<AutomationPeer> controlledPeers = GetControlledPeers();