9 references to SF_UNICODE
System.Windows.Forms (8)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (8)
1247
StreamIn(value, PInvoke.SFF_SELECTION | PInvoke.SF_TEXT | PInvoke.
SF_UNICODE
);
1353
StreamIn(value, PInvoke.SF_TEXT | PInvoke.
SF_UNICODE
);
2327
flags = PInvoke.
SF_UNICODE
| PInvoke.SF_TEXT;
2642
RichTextBoxStreamType.UnicodePlainText => PInvoke.
SF_UNICODE
| PInvoke.SF_TEXT,
2810
if ((flags & PInvoke.
SF_UNICODE
) != 0)
2876
cookieVal = (flags & PInvoke.
SF_UNICODE
) != 0
2942
if ((flags & PInvoke.
SF_UNICODE
) != 0)
2975
cookieVal = (flags & PInvoke.
SF_UNICODE
) != 0 ? OUTPUT | UNICODE : OUTPUT | ANSI;
System.Windows.Forms.Tests (1)
System\Windows\Forms\RichTextBoxTests.cs (1)
6903
string textOldWay = control.TestAccessor().Dynamic.StreamOut(PInvoke.SF_TEXT | PInvoke.
SF_UNICODE
);