6 references to ContentTypeAttributeName
WindowsBase (6)
Base\System\IO\Packaging\ZipPackage.cs (6)
1337
string contentTypeAttributeValue = reader.GetAttribute(
ContentTypeAttributeName
);
1338
ThrowIfXmlAttributeMissing(
ContentTypeAttributeName
, contentTypeAttributeValue, DefaultTagName, reader);
1368
string contentTypeAttributeValue = reader.GetAttribute(
ContentTypeAttributeName
);
1369
ThrowIfXmlAttributeMissing(
ContentTypeAttributeName
, contentTypeAttributeValue, OverrideTagName, reader);
1451
xmlWriter.WriteAttributeString(
ContentTypeAttributeName
, contentType.ToString());
1459
xmlWriter.WriteAttributeString(
ContentTypeAttributeName
, contentType.ToString());