4 references to GetAutomationPeer
PresentationCore (4)
MS\Internal\Interop\TipTsfHelper.cs (1)
182
peer = contentElement.
GetAutomationPeer
();
MS\Internal\SynchronizedInputHelper.cs (1)
308
SynchronizedInputHelper.RaiseAutomationEvent(ce.
GetAutomationPeer
());
MS\Internal\UIElementHelper.cs (1)
203
ap = ce.
GetAutomationPeer
();
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
61
return element.
GetAutomationPeer
();