5 references to EM_GETLANGOPTIONS
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
304
PInvokeCore.
EM_GETLANGOPTIONS
=> "EM_GETLANGOPTIONS",
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
465
? (RichTextBoxLanguageOptions)(int)PInvokeCore.SendMessage(this, PInvokeCore.
EM_GETLANGOPTIONS
)
System.Windows.Forms.Tests (3)
System\Windows\Forms\MessageTests.cs (1)
480
yield return new object[] { PInvokeCore.
EM_GETLANGOPTIONS
, " (EM_GETLANGOPTIONS)" };
System\Windows\Forms\RichTextBoxTests.cs (2)
1846
if (MakeCustom && m.Msg == (int)PInvokeCore.
EM_GETLANGOPTIONS
)
1910
Assert.Equal(value, (RichTextBoxLanguageOptions)(int)PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETLANGOPTIONS
));