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