3 references to CreatePeerForElement
PresentationCore (3)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
437
peer = UIElement3DAutomationPeer.
CreatePeerForElement
(uie3D);
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
114
&& (peer =
CreatePeerForElement
(((UIElement3D)child))) != null )
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
138
&& (peer = UIElement3DAutomationPeer.
CreatePeerForElement
(((UIElement3D)child))) != null )