3 references to EM_EXSETSEL
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
251
case RichTextBoxConstants.
EM_EXSETSEL
: text = "EM_EXSETSEL"; break;
winforms\Managed\System\WinForms\RichTextBox.cs (2)
2065
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_EXSETSEL
, 0, chrg);
3017
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_EXSETSEL
, 0, cr);