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