10 references to SF_RTF
System.Windows.Forms (10)
winforms\Managed\System\WinForms\RichTextBox.cs (10)
746return StreamOut(RichTextBoxConstants.SF_RTF); 751return StreamOut(RichTextBoxConstants.SF_RTF); 766StreamIn(value, RichTextBoxConstants.SF_RTF); 1253return StreamOut(RichTextBoxConstants.SFF_SELECTION | RichTextBoxConstants.SF_RTF); 1258StreamIn(value, RichTextBoxConstants.SFF_SELECTION | RichTextBoxConstants.SF_RTF); 2440flags = RichTextBoxConstants.SF_RTF; 2786flags = RichTextBoxConstants.SF_RTF; 3027if ((flags & RichTextBoxConstants.SF_RTF) != 0) { 3048if ((flags & RichTextBoxConstants.SF_RTF) != 0) { 3147if ((flags & RichTextBoxConstants.SF_RTF) != 0) {