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