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