4 references to UNICODE
System.Windows.Forms (4)
winforms\Managed\System\WinForms\RichTextBox.cs (4)
77
internal const int FORMATMASK = ANSI |
UNICODE
;
1841
if ((cookieVal &
UNICODE
) != 0) {
3043
cookieVal = INPUT |
UNICODE
;
3142
cookieVal = OUTPUT |
UNICODE
;