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