4 references to GetAutomationPeer
PresentationCore (4)
MS\Internal\Interop\TipTsfHelper.cs (1)
178
peer = contentElement.
GetAutomationPeer
();
MS\Internal\SynchronizedInputHelper.cs (1)
304
SynchronizedInputHelper.RaiseAutomationEvent(ce.
GetAutomationPeer
());
MS\Internal\UIElementHelper.cs (1)
201
ap = ce.
GetAutomationPeer
();
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
57
return element.
GetAutomationPeer
();