4 references to EM_SCROLLCARET
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
244
PInvokeCore.
EM_SCROLLCARET
=> "EM_SCROLLCARET",
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
1866
PInvokeCore.SendMessage(this, PInvokeCore.
EM_SCROLLCARET
);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2918
case (int)PInvokeCore.
EM_SCROLLCARET
: // No scroll for single-line control.
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
2105
=> PInvokeCore.SendMessage(this, PInvokeCore.
EM_SCROLLCARET
);