4 implementations of MoveEndpointByUnit
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
114public int MoveEndpointByUnit(TextPatternRangeEndpoint endpoint, TextUnit unit, int count)
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
1936int ITextRangeProvider.MoveEndpointByUnit(TextPatternRangeEndpoint endpoint, TextUnit unit, int count)
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
353int ITextRangeProvider.MoveEndpointByUnit(TextPatternRangeEndpoint endpoint, TextUnit unit, int count)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
267int ITextRangeProvider.MoveEndpointByUnit(TextPatternRangeEndpoint endpoint, TextUnit unit, int count)
1 reference to MoveEndpointByUnit
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
302return _iface.MoveEndpointByUnit(endpoint, unit, count);