3 references to EM_SCROLLCARET
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
3214case NativeMethods.EM_SCROLLCARET: // No scroll for single-line control.
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2066SendMessage(NativeMethods.EM_SCROLLCARET, 0, 0);
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
1895SendMessage(NativeMethods.EM_SCROLLCARET, 0, 0);