4 references to GetAutomationPeer
PresentationCore (4)
Core\CSharp\MS\Internal\SynchronizedInputHelper.cs (1)
312SynchronizedInputHelper.RaiseAutomationEvent(e3D.GetAutomationPeer());
Core\CSharp\MS\Internal\UIElementHelper.cs (1)
217ap = e3d.GetAutomationPeer();
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
70return element.GetAutomationPeer();
Core\CSharp\System\Windows\UIElement3D.cs (1)
927AutomationPeer peer = uie.GetAutomationPeer();