1 implementation of ScrollIntoView
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
591
HRESULT ITextRangeProvider.Interface.
ScrollIntoView
(BOOL alignToTop)
3 references to ScrollIntoView
System.Windows.Forms.Primitives (1)
Windows.Win32.ITextRangeProvider.g.cs (1)
658
return __object.
ScrollIntoView
(alignToTop);
System.Windows.Forms.Primitives.Tests (2)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (2)
1024
Assert.True(((ITextRangeProvider.Interface)textRange).
ScrollIntoView
(BOOL.TRUE).Succeeded);
1050
Assert.True(((ITextRangeProvider.Interface)textRange).
ScrollIntoView
(BOOL.TRUE).Succeeded);