4 references to Jpeg
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (2)
8615
case RtfImageFormat.
Jpeg
:
9638
formatState.ImageFormat = RtfImageFormat.
Jpeg
;
System\Windows\Documents\XamlToRtfWriter.cs (2)
2133
case RtfImageFormat.
Jpeg
:
2247
imageFormat = RtfImageFormat.
Jpeg
;