1 implementation of Move
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
446HRESULT ITextRangeProvider.Interface.Move(TextUnit unit, int count, int* pRetVal)
3 references to Move
System.Windows.Forms.Primitives (3)
_generated\257\Windows.Win32.ITextRangeProvider.g.cs (1)
444 return __object.Move(unit, count, pRetVal);
_generated\579\Windows.Win32.UI_Accessibility_ITextRangeProvider_Extensions.g.cs (2)
63 /// <inheritdoc cref="winmdroot.UI.Accessibility.ITextRangeProvider.Interface.Move(winmdroot.UI.Accessibility.TextUnit, int, int*)"/> 68 winmdroot.Foundation.HRESULT __result = @this.Move(unit, count, pRetValLocal);