7 references to GetAutomationPeer
PresentationCore (7)
MS\Internal\Interop\TipTsfHelper.cs (1)
169peer = uiElement.GetAutomationPeer();
MS\Internal\SynchronizedInputHelper.cs (1)
295SynchronizedInputHelper.RaiseAutomationEvent(e.GetAutomationPeer());
MS\Internal\UIElementHelper.cs (1)
192ap = e.GetAutomationPeer();
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
333return element.GetAutomationPeer();
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (2)
53return element.GetAutomationPeer(); 380return element.GetAutomationPeer();
System\Windows\UIElement.cs (1)
3667AutomationPeer peer = uie.GetAutomationPeer();