4 implementations of Move
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
108
public int
Move
(TextUnit unit, int count)
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
1880
int ITextRangeProvider.
Move
(TextUnit unit, int count)
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
299
int ITextRangeProvider.
Move
(TextUnit unit, int count)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
249
int ITextRangeProvider.
Move
(TextUnit unit, int count)
1 reference to Move
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
293
return _iface.
Move
(unit, count);