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