5 references to GetAutomationPeer
PresentationCore (5)
MS\Internal\Interop\TipTsfHelper.cs (1)
173
peer = uiElement3D.
GetAutomationPeer
();
MS\Internal\SynchronizedInputHelper.cs (1)
305
SynchronizedInputHelper.RaiseAutomationEvent(e3D.
GetAutomationPeer
());
MS\Internal\UIElementHelper.cs (1)
208
ap = e3d.
GetAutomationPeer
();
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
55
return element.
GetAutomationPeer
();
System\Windows\UIElement3D.cs (1)
903
AutomationPeer peer = uie.
GetAutomationPeer
();