8 references to PngContentType
ReachFramework (8)
Packaging\XpsFixedPageReaderWriter.cs (3)
1618
metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.
PngContentType
);
1860
contentType = XpsS0Markup.
PngContentType
;
1873
contentType = XpsS0Markup.
PngContentType
;
Packaging\XpsManager.cs (4)
307
contentType.AreTypeAndSubTypeEqual(XpsS0Markup.
PngContentType
) ||
1366
if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.
PngContentType
))
1532
imageContentType.AreTypeAndSubTypeEqual(XpsS0Markup.
PngContentType
) ||
1555
imageContentType = XpsS0Markup.
PngContentType
;
Serialization\Manager\XpsOMPackagingPolicy.cs (1)
841
else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.
PngContentType
))