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