3 writes to ImageFormat
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (3)
9631formatState.ImageFormat = RtfImageFormat.Png; 9637formatState.ImageFormat = RtfImageFormat.Jpeg; 9643formatState.ImageFormat = RtfImageFormat.Wmf;
2 references to ImageFormat
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
8607switch (formatState.ImageFormat) 8633if (formatState.ImageFormat != RtfImageFormat.Wmf)