3 writes to ImageFormat
PresentationFramework (3)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
9724formatState.ImageFormat = RtfImageFormat.Png; 9730formatState.ImageFormat = RtfImageFormat.Jpeg; 9736formatState.ImageFormat = RtfImageFormat.Wmf;
2 references to ImageFormat
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
8697switch (formatState.ImageFormat) 8723if (formatState.ImageFormat != RtfImageFormat.Wmf)