7 references to EM_SETOPTIONS
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
272
PInvokeCore.
EM_SETOPTIONS
=> "EM_SETOPTIONS",
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
171
PInvokeCore.
EM_SETOPTIONS
,
1295
PInvokeCore.
EM_SETOPTIONS
,
2489
PInvokeCore.
EM_SETOPTIONS
,
System.Windows.Forms.Tests (3)
System\Windows\Forms\MessageTests.cs (1)
448
yield return new object[] { PInvokeCore.
EM_SETOPTIONS
, " (EM_SETOPTIONS)" };
System\Windows\Forms\RichTextBoxTests.cs (2)
567
PInvokeCore.SendMessage(control, PInvokeCore.
EM_SETOPTIONS
, (WPARAM)(int)PInvoke.ECOOP_OR, (LPARAM)(int)PInvoke.ECO_AUTOWORDSELECTION);
6581
PInvokeCore.SendMessage(control, PInvokeCore.
EM_SETOPTIONS
, (WPARAM)(int)PInvoke.ECOOP_OR, (LPARAM)(nint)PInvoke.ECO_SELECTIONBAR);