3 references to CreatePeerForElement
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
438
peer = UIElement3DAutomationPeer.
CreatePeerForElement
(uie3D);
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
108
&& (peer =
CreatePeerForElement
(((UIElement3D)child))) != null )
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
127
&& (peer = UIElement3DAutomationPeer.
CreatePeerForElement
(((UIElement3D)child))) != null )