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