3 references to EM_SETLANGOPTIONS
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
303
PInvokeCore.
EM_SETLANGOPTIONS
=> "EM_SETLANGOPTIONS",
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
474
PInvokeCore.SendMessage(this, PInvokeCore.
EM_SETLANGOPTIONS
, 0, (nint)value);
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
479
yield return new object[] { PInvokeCore.
EM_SETLANGOPTIONS
, " (EM_SETLANGOPTIONS)" };