3 references to GetEnclosingAutomationPeer
PresentationFramework (3)
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (3)
1404AutomationPeer peerParent = GetEnclosingAutomationPeer(elementStart, elementEnd); 1862AutomationPeer peer = GetEnclosingAutomationPeer(_start, _end); 2116AutomationPeer peer = GetEnclosingAutomationPeer(_start, _end);