7 references to GetAutomationPeer
PresentationCore (7)
MS\Internal\Interop\TipTsfHelper.cs (1)
174peer = uiElement.GetAutomationPeer();
MS\Internal\SynchronizedInputHelper.cs (1)
303SynchronizedInputHelper.RaiseAutomationEvent(e.GetAutomationPeer());
MS\Internal\UIElementHelper.cs (1)
205ap = e.GetAutomationPeer();
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
342return element.GetAutomationPeer();
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (2)
63return element.GetAutomationPeer(); 390return element.GetAutomationPeer();
System\Windows\UIElement.cs (1)
3691AutomationPeer peer = uie.GetAutomationPeer();