4 references to EM_SCROLLCARET
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
244PInvokeCore.EM_SCROLLCARET => "EM_SCROLLCARET",
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
1866PInvokeCore.SendMessage(this, PInvokeCore.EM_SCROLLCARET);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2918case (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);