4 references to Png
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
8700
case RtfImageFormat.
Png
:
9724
formatState.ImageFormat = RtfImageFormat.
Png
;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
2130
case RtfImageFormat.
Png
:
2243
imageFormat = RtfImageFormat.
Png
;