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)
4 references to Move
System.Windows.Forms.Primitives (3)
Windows.Win32.ITextRangeProvider.g.cs (1)
444 return __object.Move(unit, count, pRetVal);
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);
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
908Assert.True(((ITextRangeProvider.Interface)textRange).Move(unit, count, &result).Succeeded);