2 instantiations of UIElement3DAutomationPeer
PresentationCore (2)
Core\CSharp\System\Windows\Media3D\ContainerUIElement3D.cs (1)
104return new UIElement3DAutomationPeer(this);
Core\CSharp\System\Windows\Media3D\ModelUIElement3D.cs (1)
98return new UIElement3DAutomationPeer(this);
3 references to UIElement3DAutomationPeer
PresentationCore (3)
Core\CSharp\MS\Internal\Automation\ElementProxy.cs (1)
62(peer is UIElementAutomationPeer || peer is ContentElementAutomationPeer || peer is UIElement3DAutomationPeer))
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
437peer = UIElement3DAutomationPeer.CreatePeerForElement(uie3D);
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
138&& (peer = UIElement3DAutomationPeer.CreatePeerForElement(((UIElement3D)child))) != null )