4 implementations of ExpandToEnclosingUnit
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
67
public void
ExpandToEnclosingUnit
(TextUnit unit)
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
1629
void ITextRangeProvider.
ExpandToEnclosingUnit
(TextUnit unit)
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
77
void ITextRangeProvider.
ExpandToEnclosingUnit
(TextUnit unit)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
62
void ITextRangeProvider.
ExpandToEnclosingUnit
(TextUnit unit)
1 reference to ExpandToEnclosingUnit
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
240
_iface.
ExpandToEnclosingUnit
(unit);