4 references to EM_GETOPTIONS
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
273
PInvokeCore.
EM_GETOPTIONS
=> "EM_GETOPTIONS",
System.Windows.Forms.Tests (3)
System\Windows\Forms\MessageTests.cs (1)
449
yield return new object[] { PInvokeCore.
EM_GETOPTIONS
, " (EM_GETOPTIONS)" };
System\Windows\Forms\RichTextBoxTests.cs (2)
643
Assert.Equal(expected, (int)PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETOPTIONS
));
6657
Assert.Equal(expected, (int)PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETOPTIONS
));