4 references to SupportedImageType
ReachFramework (4)
Packaging\XpsFixedPageReaderWriter.cs (2)
1248if (!XpsManager.SupportedImageType(mimeType)) 1531XpsManager.SupportedImageType(part.ValidatedContentType())
Serialization\XpsImageSerializationService.cs (2)
143foundType = XpsManager.SupportedImageType( new ContentType(subString) ); 156foundType = XpsManager.SupportedImageType( new ContentType(imageMimeType.Substring(start)) );