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