10 references to SF_UNICODE
System.Windows.Forms (10)
winforms\Managed\System\WinForms\RichTextBox.cs (10)
1373
String text = StreamOut(RichTextBoxConstants.SFF_SELECTION | RichTextBoxConstants.SF_TEXT | RichTextBoxConstants.
SF_UNICODE
);
1378
StreamIn(value, RichTextBoxConstants.SFF_SELECTION | RichTextBoxConstants.SF_TEXT | RichTextBoxConstants.
SF_UNICODE
);
1467
return StreamOut(RichTextBoxConstants.SF_TEXT | RichTextBoxConstants.
SF_UNICODE
);
1481
StreamIn(value, RichTextBoxConstants.SF_TEXT | RichTextBoxConstants.
SF_UNICODE
);
2447
flags = RichTextBoxConstants.
SF_UNICODE
| RichTextBoxConstants.SF_TEXT;
2792
flags = RichTextBoxConstants.
SF_UNICODE
| RichTextBoxConstants.SF_TEXT;
3000
if ((flags & RichTextBoxConstants.
SF_UNICODE
) != 0) {
3042
if ((flags & RichTextBoxConstants.
SF_UNICODE
) != 0) {
3117
if ((flags & RichTextBoxConstants.
SF_UNICODE
) != 0) {
3141
if ((flags & RichTextBoxConstants.
SF_UNICODE
) != 0) {