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