2 instantiations of UIElement3DAutomationPeer
PresentationCore (2)
System\Windows\Media3D\ContainerUIElement3D.cs (1)
91return new UIElement3DAutomationPeer(this);
System\Windows\Media3D\ModelUIElement3D.cs (1)
84return new UIElement3DAutomationPeer(this);
3 references to UIElement3DAutomationPeer
PresentationCore (3)
MS\Internal\Automation\ElementProxy.cs (1)
43(peer is UIElementAutomationPeer || peer is ContentElementAutomationPeer || peer is UIElement3DAutomationPeer))
System\Windows\Automation\Peers\AutomationPeer.cs (1)
427peer = UIElement3DAutomationPeer.CreatePeerForElement(uie3D);
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
118&& (peer = UIElement3DAutomationPeer.CreatePeerForElement(((UIElement3D)child))) != null )