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