3 writes to ImageFormat
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (3)
9633formatState.ImageFormat = RtfImageFormat.Png; 9639formatState.ImageFormat = RtfImageFormat.Jpeg; 9645formatState.ImageFormat = RtfImageFormat.Wmf;
2 references to ImageFormat
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
8609switch (formatState.ImageFormat) 8635if (formatState.ImageFormat != RtfImageFormat.Wmf)