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