6 references to GetAutomationPeer
PresentationCore (6)
Core\CSharp\MS\Internal\SynchronizedInputHelper.cs (1)
300
SynchronizedInputHelper.RaiseAutomationEvent(e.
GetAutomationPeer
());
Core\CSharp\MS\Internal\UIElementHelper.cs (1)
201
ap = e.
GetAutomationPeer
();
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
348
return element.
GetAutomationPeer
();
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (2)
70
return element.
GetAutomationPeer
();
407
return element.
GetAutomationPeer
();
Core\CSharp\System\Windows\UIElement.cs (1)
3722
AutomationPeer peer = uie.
GetAutomationPeer
();