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