2 references to EM_SETLANGOPTIONS
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
307
case RichTextBoxConstants.
EM_SETLANGOPTIONS
: text = "EM_SETLANGOPTIONS"; break;
winforms\Managed\System\WinForms\RichTextBox.cs (1)
610
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.
EM_SETLANGOPTIONS
, 0, (int) value);