5 references to GetAutomationPeer
PresentationCore (5)
MS\Internal\Interop\TipTsfHelper.cs (1)
173peer = uiElement3D.GetAutomationPeer();
MS\Internal\SynchronizedInputHelper.cs (1)
305SynchronizedInputHelper.RaiseAutomationEvent(e3D.GetAutomationPeer());
MS\Internal\UIElementHelper.cs (1)
208ap = e3d.GetAutomationPeer();
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
55return element.GetAutomationPeer();
System\Windows\UIElement3D.cs (1)
903AutomationPeer peer = uie.GetAutomationPeer();