2 references to MoveTo
System.Windows.Forms.Primitives.Tests (2)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (2)
1282
textRange.TestAccessor().
MoveTo
(start, end);
1299
Assert.ThrowsAny<Exception>(() => textRange.TestAccessor().
MoveTo
(start, end));