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