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