4 references to Jpeg
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (2)
8635
case RtfImageFormat.
Jpeg
:
9663
formatState.ImageFormat = RtfImageFormat.
Jpeg
;
System\Windows\Documents\XamlToRtfWriter.cs (2)
2131
case RtfImageFormat.
Jpeg
:
2245
imageFormat = RtfImageFormat.
Jpeg
;