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