2 references to EM_SELECTIONTYPE
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
261PInvokeCore.EM_SELECTIONTYPE => "EM_SELECTIONTYPE",
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
1266int n = (int)PInvokeCore.SendMessage(this, PInvokeCore.EM_SELECTIONTYPE);