5 references to GetAutomationPeer
PresentationCore (5)
MS\Internal\Interop\TipTsfHelper.cs (1)
178peer = uiElement3D.GetAutomationPeer();
MS\Internal\SynchronizedInputHelper.cs (1)
313SynchronizedInputHelper.RaiseAutomationEvent(e3D.GetAutomationPeer());
MS\Internal\UIElementHelper.cs (1)
221ap = e3d.GetAutomationPeer();
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
64return element.GetAutomationPeer();
System\Windows\UIElement3D.cs (1)
920AutomationPeer peer = uie.GetAutomationPeer();