5 references to StreamOut
System.Windows.Forms (5)
winforms\Managed\System\WinForms\RichTextBox.cs (5)
746
return
StreamOut
(RichTextBoxConstants.SF_RTF);
751
return
StreamOut
(RichTextBoxConstants.SF_RTF);
1253
return
StreamOut
(RichTextBoxConstants.SFF_SELECTION | RichTextBoxConstants.SF_RTF);
1373
String text =
StreamOut
(RichTextBoxConstants.SFF_SELECTION | RichTextBoxConstants.SF_TEXT | RichTextBoxConstants.SF_UNICODE);
1467
return
StreamOut
(RichTextBoxConstants.SF_TEXT | RichTextBoxConstants.SF_UNICODE);