4 references to UNICODE
System.Windows.Forms (4)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (4)
34
internal const int FORMATMASK = ANSI |
UNICODE
;
1648
if ((cookieVal &
UNICODE
) != 0)
2892
cookieVal = INPUT |
UNICODE
;
2994
cookieVal = (flags & PInvoke.SF_UNICODE) != 0 ? OUTPUT |
UNICODE
: OUTPUT | ANSI;