3 writes to ImageFormat
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (3)
9657formatState.ImageFormat = RtfImageFormat.Png; 9663formatState.ImageFormat = RtfImageFormat.Jpeg; 9669formatState.ImageFormat = RtfImageFormat.Wmf;
2 references to ImageFormat
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
8628switch (formatState.ImageFormat) 8654if (formatState.ImageFormat != RtfImageFormat.Wmf)