8 references to PngContentType
ReachFramework (8)
Packaging\XpsFixedPageReaderWriter.cs (3)
1628
metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.
PngContentType
);
1870
contentType = XpsS0Markup.
PngContentType
;
1883
contentType = XpsS0Markup.
PngContentType
;
Packaging\XpsManager.cs (4)
321
contentType.AreTypeAndSubTypeEqual(XpsS0Markup.
PngContentType
) ||
1380
if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.
PngContentType
))
1546
imageContentType.AreTypeAndSubTypeEqual(XpsS0Markup.
PngContentType
) ||
1569
imageContentType = XpsS0Markup.
PngContentType
;
Serialization\Manager\XpsOMPackagingPolicy.cs (1)
852
else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.
PngContentType
))