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