4 implementations of GetEnclosingElement
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
97public IRawElementProviderSimple GetEnclosingElement()
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
1835IRawElementProviderSimple ITextRangeProvider.GetEnclosingElement()
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
285IRawElementProviderSimple ITextRangeProvider.GetEnclosingElement()
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
209IRawElementProviderSimple ITextRangeProvider.GetEnclosingElement()
1 reference to GetEnclosingElement
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
278return _iface.GetEnclosingElement();