4 references to GetAutomationPeer
PresentationCore (4)
Core\CSharp\MS\Internal\SynchronizedInputHelper.cs (1)
312
SynchronizedInputHelper.RaiseAutomationEvent(e3D.
GetAutomationPeer
());
Core\CSharp\MS\Internal\UIElementHelper.cs (1)
217
ap = e3d.
GetAutomationPeer
();
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
70
return element.
GetAutomationPeer
();
Core\CSharp\System\Windows\UIElement3D.cs (1)
927
AutomationPeer peer = uie.
GetAutomationPeer
();