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