7 references to GetAutomationPeer
PresentationCore (7)
MS\Internal\Interop\TipTsfHelper.cs (1)
170peer = uiElement.GetAutomationPeer();
MS\Internal\SynchronizedInputHelper.cs (1)
299SynchronizedInputHelper.RaiseAutomationEvent(e.GetAutomationPeer());
MS\Internal\UIElementHelper.cs (1)
193ap = e.GetAutomationPeer();
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
334return element.GetAutomationPeer();
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (2)
54return element.GetAutomationPeer(); 381return element.GetAutomationPeer();
System\Windows\UIElement.cs (1)
3682AutomationPeer peer = uie.GetAutomationPeer();