4 references to RtfConstant
System.Windows.Forms (4)
System\Windows\Forms\OLE\DataFormats.cs (1)
129public static readonly string Rtf = RtfConstant;
System\Windows\Forms\OLE\DataObject.Composition.NativeToWinFormsAdapter.cs (1)
102DataFormats.TextConstant or DataFormats.RtfConstant or DataFormats.OemTextConstant
System\Windows\Forms\OLE\DataObject.Composition.WinFormsToNativeAdapter.cs (1)
300DataFormats.TextConstant or DataFormats.RtfConstant or DataFormats.OemTextConstant
System\Windows\Forms\OLE\DataObject.cs (1)
191TextDataFormat.Rtf => DataFormats.RtfConstant,