2 references to EM_SELECTIONTYPE
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
262
case RichTextBoxConstants.
EM_SELECTIONTYPE
: text = "EM_SELECTIONTYPE"; break;
winforms\Managed\System\WinForms\RichTextBox.cs (1)
1398
n = unchecked( (int) (long)SendMessage(RichTextBoxConstants.
EM_SELECTIONTYPE
, 0, 0));