10 references to SF_RTF
System.Windows.Forms (10)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (10)
632
return StreamOut(PInvoke.
SF_RTF
);
637
return StreamOut(PInvoke.
SF_RTF
);
655
StreamIn(value, PInvoke.
SF_RTF
);
1138
return StreamOut(PInvoke.SFF_SELECTION | PInvoke.
SF_RTF
);
1145
StreamIn(value, PInvoke.SFF_SELECTION | PInvoke.
SF_RTF
);
2418
flags = PInvoke.
SF_RTF
;
2743
RichTextBoxStreamType.RichText => PInvoke.
SF_RTF
,
2946
if ((flags & PInvoke.
SF_RTF
) != 0)
2983
if ((flags & PInvoke.
SF_RTF
) != 0)
3080
if ((flags & PInvoke.
SF_RTF
) != 0)