4 implementations of ExpandToEnclosingUnit
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
68
public void
ExpandToEnclosingUnit
(TextUnit unit)
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
1630
void ITextRangeProvider.
ExpandToEnclosingUnit
(TextUnit unit)
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
78
void ITextRangeProvider.
ExpandToEnclosingUnit
(TextUnit unit)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
63
void ITextRangeProvider.
ExpandToEnclosingUnit
(TextUnit unit)
1 reference to ExpandToEnclosingUnit
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
241
_iface.
ExpandToEnclosingUnit
(unit);