10 references to SF_RTF
System.Windows.Forms (10)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (10)
597
return StreamOut(PInvoke.
SF_RTF
);
602
return StreamOut(PInvoke.
SF_RTF
);
620
StreamIn(value, PInvoke.
SF_RTF
);
1102
return StreamOut(PInvoke.SFF_SELECTION | PInvoke.
SF_RTF
);
1109
StreamIn(value, PInvoke.SFF_SELECTION | PInvoke.
SF_RTF
);
2320
flags = PInvoke.
SF_RTF
;
2640
RichTextBoxStreamType.RichText => PInvoke.
SF_RTF
,
2843
if ((flags & PInvoke.
SF_RTF
) != 0)
2880
if ((flags & PInvoke.
SF_RTF
) != 0)
2977
if ((flags & PInvoke.
SF_RTF
) != 0)