4 implementations of GetEnclosingElement
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
96public IRawElementProviderSimple GetEnclosingElement()
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
1834IRawElementProviderSimple ITextRangeProvider.GetEnclosingElement()
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
284IRawElementProviderSimple ITextRangeProvider.GetEnclosingElement()
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
208IRawElementProviderSimple ITextRangeProvider.GetEnclosingElement()
1 reference to GetEnclosingElement
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
277return _iface.GetEnclosingElement();