2 references to EM_GETLANGOPTIONS
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
308case RichTextBoxConstants.EM_GETLANGOPTIONS: text = "EM_GETLANGOPTIONS"; break;
winforms\Managed\System\WinForms\RichTextBox.cs (1)
597opt = (RichTextBoxLanguageOptions)UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_GETLANGOPTIONS, 0, 0);