4 references to Jpeg
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
8704
case RtfImageFormat.
Jpeg
:
9730
formatState.ImageFormat = RtfImageFormat.
Jpeg
;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
2134
case RtfImageFormat.
Jpeg
:
2248
imageFormat = RtfImageFormat.
Jpeg
;