6 references to RichTextBoxLanguageOptions
System.Windows.Forms (6)
winforms\Managed\System\WinForms\RichTextBox.cs (6)
107
RichTextBoxLanguageOptions
languageOption =
RichTextBoxLanguageOptions
.AutoFont |
RichTextBoxLanguageOptions
.DualFont;
591
public
RichTextBoxLanguageOptions
LanguageOption
595
RichTextBoxLanguageOptions
opt;
597
opt = (
RichTextBoxLanguageOptions
)UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_GETLANGOPTIONS, 0, 0);