6 references to GetAutomationPeer
PresentationCore (6)
Core\CSharp\MS\Internal\SynchronizedInputHelper.cs (1)
300SynchronizedInputHelper.RaiseAutomationEvent(e.GetAutomationPeer());
Core\CSharp\MS\Internal\UIElementHelper.cs (1)
201ap = e.GetAutomationPeer();
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
348return element.GetAutomationPeer();
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (2)
70return element.GetAutomationPeer(); 407return element.GetAutomationPeer();
Core\CSharp\System\Windows\UIElement.cs (1)
3722AutomationPeer peer = uie.GetAutomationPeer();