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