5 references to ECOOP_OR
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
172
(WPARAM)(int)(value ? PInvoke.
ECOOP_OR
: PInvoke.ECOOP_XOR),
1296
(WPARAM)(int)(value ? PInvoke.
ECOOP_OR
: PInvoke.ECOOP_XOR),
2490
(WPARAM)(int)PInvoke.
ECOOP_OR
,
System.Windows.Forms.Tests (2)
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);