8 references to PngContentType
ReachFramework (8)
Packaging\XpsFixedPageReaderWriter.cs (3)
1622
metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.
PngContentType
);
1864
contentType = XpsS0Markup.
PngContentType
;
1877
contentType = XpsS0Markup.
PngContentType
;
Packaging\XpsManager.cs (4)
308
contentType.AreTypeAndSubTypeEqual(XpsS0Markup.
PngContentType
) ||
1367
if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.
PngContentType
))
1533
imageContentType.AreTypeAndSubTypeEqual(XpsS0Markup.
PngContentType
) ||
1556
imageContentType = XpsS0Markup.
PngContentType
;
Serialization\Manager\XpsOMPackagingPolicy.cs (1)
851
else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.
PngContentType
))