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