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