4 references to OUTPUT
System.Windows.Forms (4)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (4)
31
internal const int DIRECTIONMASK = INPUT |
OUTPUT
;
1630
case
OUTPUT
:
2983
cookieVal = (flags & PInvoke.SF_UNICODE) != 0 ?
OUTPUT
| UNICODE :
OUTPUT
| ANSI;