5 references to GetAutomationPeer
PresentationCore (5)
MS\Internal\Interop\TipTsfHelper.cs (1)
178
peer = uiElement3D.
GetAutomationPeer
();
MS\Internal\SynchronizedInputHelper.cs (1)
313
SynchronizedInputHelper.RaiseAutomationEvent(e3D.
GetAutomationPeer
());
MS\Internal\UIElementHelper.cs (1)
211
ap = e3d.
GetAutomationPeer
();
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
64
return element.
GetAutomationPeer
();
System\Windows\UIElement3D.cs (1)
919
AutomationPeer peer = uie.
GetAutomationPeer
();