6 references to EM_SCROLLCARET
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
244PInvokeCore.EM_SCROLLCARET => "EM_SCROLLCARET",
System.Windows.Forms (4)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
1830PInvokeCore.SendMessage(this, PInvokeCore.EM_SCROLLCARET);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2916case (int)PInvokeCore.EM_SCROLLCARET: // No scroll for single-line control.
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
1650PInvokeCore.SendMessage(this, PInvokeCore.EM_SCROLLCARET); 1694PInvokeCore.SendMessage(this, PInvokeCore.EM_SCROLLCARET);
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
420yield return new object[] { PInvokeCore.EM_SCROLLCARET, " (EM_SCROLLCARET)" };