265 references to XpsS0Markup
ReachFramework (265)
packaging\XpsDigitalSignature.cs (9)
106selector.SelectionCriteria == XpsS0Markup.DitialSignatureRelationshipType ) 128selector.SelectionCriteria == XpsS0Markup.CorePropertiesRelationshipType ) 423_optionalSignedTypes[XpsS0Markup.CoreDocumentPropertiesType.OriginalString] = ""; 424_optionalSignedTypes[XpsS0Markup.PrintTicketContentType.OriginalString] = ""; 425_optionalSignedTypes[XpsS0Markup.SigOriginContentType.OriginalString] = ""; 426_optionalSignedTypes[XpsS0Markup.SigCertContentType.OriginalString] = ""; 427_optionalSignedTypes[XpsS0Markup.DiscardContentType.OriginalString] = ""; 431_optionalSignedTypes[XpsS0Markup.StoryFragmentsContentType.OriginalString] = ""; 433_optionalSignedTypes[XpsS0Markup.RelationshipContentType.OriginalString] = "";
Packaging\XpsDocument.cs (7)
516XpsS0Markup.ThumbnailRelationshipName 555PackagePart metroPart = CurrentXpsManager.GenerateUniquePart(XpsS0Markup.DocumentSequenceContentType); 604if (!startPartType.AreTypeAndSubTypeEqual(XpsS0Markup.DocumentSequenceContentType)) 761XpsS0Markup.ReachPackageStartingPartRelationshipType 771XpsS0Markup.ThumbnailRelationshipName 785XpsS0Markup.CorePropertiesRelationshipType 817if (xmlReader.NameTable.Get(XpsS0Markup.VersionExtensiblityNamespace) != null)
Packaging\XpsFixedDocumentReaderWriter.cs (18)
428PackagePart metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.FixedPageContentType); 461XpsS0Markup.ThumbnailRelationshipName 484XpsS0Markup.DocumentStructureContentType, 498XpsS0Markup.StructureRelationshipName 727XpsS0Markup.SignatureDefinitionRelationshipName 742XpsS0Markup.RestrictedFontRelationshipType 751XpsS0Markup.StructureRelationshipName 849_partEditor.PrepareXmlWriter(XpsS0Markup.FixedDocument, XpsS0Markup.FixedDocumentNamespace); 856xmlWriter.WriteStartElement(XpsS0Markup.PageContent); 954if (reader.NodeType == XmlNodeType.Element && reader.Name == XpsS0Markup.PageContent) 979if (!pagePart.ValidatedContentType().AreTypeAndSubTypeEqual(XpsS0Markup.FixedPageContentType)) 1040foreach (PackageRelationship rel in _metroPart.GetRelationshipsByType(XpsS0Markup.StructureRelationshipName)) 1074reader.Name == XpsS0Markup.SignatureDefinitions 1094reader.Name == XpsS0Markup.SignatureDefinition 1103reader.Name == XpsS0Markup.SignatureDefinitions 1126writer.WriteStartElement(XpsS0Markup.SignatureDefinitions, 1127XpsS0Markup.SignatureDefinitionNamespace);
Packaging\XpsFixedDocumentSequenceReaderWriter.cs (7)
308PackagePart metroPart = CurrentXpsManager.GenerateUniquePart(XpsS0Markup.FixedDocumentContentType); 343XpsS0Markup.ThumbnailRelationshipName 481_partEditor.PrepareXmlWriter(XpsS0Markup.FixedDocumentSequence, XpsS0Markup.DocumentSequenceNamespace); 488xmlWriter.WriteStartElement(XpsS0Markup.DocumentReference); 553if (reader.NodeType == XmlNodeType.Element && reader.Name == XpsS0Markup.DocumentReference) 618if (!documentPart.ValidatedContentType().AreTypeAndSubTypeEqual(XpsS0Markup.FixedDocumentContentType))
Packaging\XpsFixedPageReaderWriter.cs (48)
821metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.ResourceContentType); 838XpsS0Markup.ResourceRelationshipName); 862XpsS0Markup.StoryFragmentsContentType, 875XpsS0Markup.StoryFragmentsRelationshipName 978metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.FontContentType); 1010_parentNode.AddRelationship(xpsFont.Uri, XpsS0Markup.RestrictedFontRelationshipType); 1039PackagePart metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.ColorContextContentType); 1065PackagePart metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.ResourceDictionaryContentType); 1093XpsS0Markup.ThumbnailRelationshipName); 1522foreach( PackageRelationship rel in parentPart.GetRelationshipsByType(XpsS0Markup.RestrictedFontRelationshipType) ) 1536&& rel.RelationshipType == XpsS0Markup.ResourceRelationshipName 1546else if((part.ValidatedContentType().AreTypeAndSubTypeEqual(XpsS0Markup.FontContentType) || 1547part.ValidatedContentType().AreTypeAndSubTypeEqual(XpsS0Markup.FontObfuscatedContentType)) 1548&& rel.RelationshipType == XpsS0Markup.ResourceRelationshipName) 1560else if (part.ValidatedContentType().AreTypeAndSubTypeEqual(XpsS0Markup.ColorContextContentType) 1561&& rel.RelationshipType == XpsS0Markup.ResourceRelationshipName) 1569else if (part.ValidatedContentType().AreTypeAndSubTypeEqual(XpsS0Markup.ResourceDictionaryContentType) 1570&& rel.RelationshipType == XpsS0Markup.ResourceRelationshipName) 1578else if (part.ValidatedContentType().AreTypeAndSubTypeEqual(XpsS0Markup.StoryFragmentsContentType) 1579&& rel.RelationshipType == XpsS0Markup.StoryFragmentsRelationshipName) 1590if( rel.RelationshipType == XpsS0Markup.ResourceRelationshipName ) 1622metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.PngContentType); 1637XpsS0Markup.ResourceRelationshipName); 1678XpsS0Markup.ResourceRelationshipName); 1704XpsS0Markup.ResourceRelationshipName 1713XpsS0Markup.StoryFragmentsRelationshipName 1722XpsS0Markup.ThumbnailRelationshipName 1736metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.ColorContextContentType); 1750XpsS0Markup.ResourceRelationshipName); 1773metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.ResourceDictionaryContentType); 1788XpsS0Markup.ResourceRelationshipName); 1825contentType = XpsS0Markup.ColorContextContentType; 1829contentType = XpsS0Markup.ResourceDictionaryContentType; 1833contentType = XpsS0Markup.ResourceContentType; 1858if (extension.Equals(XpsS0Markup.JpgExtension, StringComparison.OrdinalIgnoreCase)) 1860contentType = XpsS0Markup.JpgContentType; 1862else if (extension.Equals(XpsS0Markup.PngExtension, StringComparison.OrdinalIgnoreCase)) 1864contentType = XpsS0Markup.PngContentType; 1866else if (extension.Equals(XpsS0Markup.TifExtension, StringComparison.OrdinalIgnoreCase)) 1868contentType = XpsS0Markup.TifContentType; 1870else if (extension.Equals(XpsS0Markup.WdpExtension, StringComparison.OrdinalIgnoreCase)) 1872contentType = XpsS0Markup.WdpContentType; 1877contentType = XpsS0Markup.PngContentType; 1905if (string.Equals(extension, XpsS0Markup.ObfuscatedFontExt, StringComparison.OrdinalIgnoreCase)) 1918contentType = XpsS0Markup.FontObfuscatedContentType; 1923contentType = XpsS0Markup.FontContentType; 2044_resourceDictionaryXmlWriter.WriteStartElement(XpsS0Markup.PageResources); 2045_resourceDictionaryXmlWriter.WriteStartElement(XpsS0Markup.ResourceDictionary);
Packaging\XpsFont.cs (1)
35_isObfuscated = (part.ContentType == XpsS0Markup.FontObfuscatedContentType.ToString());
Packaging\XpsManager.cs (61)
307if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.JpgContentType) || 308contentType.AreTypeAndSubTypeEqual(XpsS0Markup.PngContentType) || 309contentType.AreTypeAndSubTypeEqual(XpsS0Markup.TifContentType) || 310contentType.AreTypeAndSubTypeEqual(XpsS0Markup.WdpContentType)) 398String uniqueUri = "/Resources/" + Guid.NewGuid().ToString() + XpsS0Markup.ObfuscatedFontExt; 402XpsS0Markup.FontObfuscatedContentType.ToString(), 446PackagePart printTicketPart = GeneratePart(XpsS0Markup.PrintTicketContentType, printTicketUri); 454XpsS0Markup.PrintTicketRelationshipName); 500PackagePart printTicketPart = GeneratePart(XpsS0Markup.PrintTicketContentType, printTicketUri); 508XpsS0Markup.PrintTicketRelationshipName); 561sigDefPart = GenerateUniquePart(XpsS0Markup.SignatureDefintionType ); 565XpsS0Markup.SignatureDefinitionRelationshipName 584XpsS0Markup.SignatureDefintionType; 588documentPart.GetRelationshipsByType(XpsS0Markup.SignatureDefinitionRelationshipName)) 640GetRelationshipsByType(XpsS0Markup.ThumbnailRelationshipName); 645GetRelationshipsByType(XpsS0Markup.ThumbnailRelationshipName); 676XpsS0Markup.PrintTicketRelationshipName; 708propertiesPart = GenerateUniquePart(XpsS0Markup.CoreDocumentPropertiesType ); 709_metroPackage.CreateRelationship(propertiesPart.Uri, TargetMode.Internal, XpsS0Markup.CorePropertiesRelationshipType ); 816XpsS0Markup.DitialSignatureRelationshipType 919string docContentKey = GetContentCounterKey(XpsS0Markup.FixedDocumentContentType); 942string docContentKey = GetContentCounterKey(XpsS0Markup.FixedDocumentContentType); 1043if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.DocumentSequenceContentType)) 1047else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.FixedDocumentContentType)) 1049string contentKey = GetContentCounterKey(XpsS0Markup.FixedDocumentContentType); 1053else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.FixedPageContentType)) 1055string documentContentKey = GetContentCounterKey(XpsS0Markup.FixedDocumentContentType); 1056string pageContentKey = GetContentCounterKey(XpsS0Markup.FixedPageContentType); 1083string docContentKey = GetContentCounterKey(XpsS0Markup.FixedDocumentContentType); 1094if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.DocumentSequenceContentType)) 1100else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.FixedDocumentContentType)) 1105string pageContentKey = GetContentCounterKey(XpsS0Markup.FixedPageContentType); 1108else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.FixedPageContentType)) 1186if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.DocumentSequenceContentType)) 1190else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.FixedDocumentContentType)) 1194else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.FixedPageContentType)) 1198else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.DocumentStructureContentType)) 1202else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.PrintTicketContentType)) 1206else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.FontContentType)) 1210else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.ColorContextContentType)) 1214else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.ResourceDictionaryContentType)) 1247foreach (PackageRelationship rel in _metroPackage.GetRelationshipsByType(XpsS0Markup.CorePropertiesRelationshipType)) 1361string extention = XpsS0Markup.PngExtension; 1362if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.JpgContentType)) 1364extention = XpsS0Markup.JpgExtension; 1367if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.PngContentType)) 1369extention = XpsS0Markup.PngExtension; 1372if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.TifContentType)) 1374extention = XpsS0Markup.TifExtension; 1377if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.WdpContentType)) 1379extention = XpsS0Markup.WdpExtension; 1412foreach (PackageRelationship rel in package.GetRelationshipsByType(XpsS0Markup.ReachPackageStartingPartRelationshipType)) 1479package.CreateRelationship(startingPart.Uri, TargetMode.Internal, XpsS0Markup.ReachPackageStartingPartRelationshipType); 1532if (imageContentType.AreTypeAndSubTypeEqual(XpsS0Markup.JpgContentType) || 1533imageContentType.AreTypeAndSubTypeEqual(XpsS0Markup.PngContentType) || 1534imageContentType.AreTypeAndSubTypeEqual(XpsS0Markup.TifContentType) || 1535imageContentType.AreTypeAndSubTypeEqual(XpsS0Markup.WdpContentType) 1552imageContentType = XpsS0Markup.JpgContentType; 1556imageContentType = XpsS0Markup.PngContentType; 1560imageContentType = XpsS0Markup.TifContentType; 1564imageContentType = XpsS0Markup.WdpContentType;
Packaging\XPSSignatureDefinition.cs (26)
330XpsS0Markup.SignatureDefinition, 331XpsS0Markup.SignatureDefinitionNamespace 338writer.WriteAttributeString(XpsS0Markup.SpotId, XmlConvert.EncodeName(SpotId.ToString())); 347writer.WriteAttributeString(XpsS0Markup.RequestedSigner, RequestedSigner); 353writer.WriteAttributeString(XpsS0Markup.XmlLang, language.ToString()); 359writer.WriteStartElement(XpsS0Markup.SpotLocation); 364writer.WriteAttributeString(XpsS0Markup.PageUri, pageUriAsString); 365writer.WriteAttributeString(XpsS0Markup.StartX, SpotLocation.StartX.ToString(System.Globalization.CultureInfo.InvariantCulture)); 366writer.WriteAttributeString(XpsS0Markup.StartY, SpotLocation.StartY.ToString(System.Globalization.CultureInfo.InvariantCulture)); 372writer.WriteStartElement(XpsS0Markup.Intent); 379writer.WriteStartElement(XpsS0Markup.SignBy); 386writer.WriteStartElement(XpsS0Markup.SigningLocale); 415reader.Name != XpsS0Markup.SignatureDefinition 458if (nodeName == XpsS0Markup.SignatureDefinition) 462else if (nodeName == XpsS0Markup.SpotLocation) 476if (attributeName == XpsS0Markup.RequestedSigner) 480else if (attributeName == XpsS0Markup.SpotId) 495else if (attributeName == XpsS0Markup.XmlLang) 511if (attributeName == XpsS0Markup.StartX) 515else if (attributeName == XpsS0Markup.StartY) 519else if (attributeName == XpsS0Markup.PageUri) 543if (reader.Name == XpsS0Markup.SpotLocation) 547else if (reader.Name == XpsS0Markup.Intent) 551else if (reader.Name == XpsS0Markup.SignBy) 555else if (reader.Name == XpsS0Markup.SigningLocale) 603if( reader.Name == XpsS0Markup.SignatureDefinition )
Serialization\ColorTypeConverter.cs (2)
317manager.AddRelationshipToCurrentPage(profileUri, XpsS0Markup.ResourceRelationshipName); 323MS.Internal.ContentType colorContextMimeType = XpsS0Markup.ColorContextContentType;
Serialization\ImageSourceTypeConverter.cs (1)
187manager.AddRelationshipToCurrentPage(imageUri, XpsS0Markup.ResourceRelationshipName);
Serialization\Manager\NullPackagingPolicy.cs (2)
797_resourceDictionaryXmlWriter.WriteStartElement(XpsS0Markup.PageResources); 798_resourceDictionaryXmlWriter.WriteStartElement(XpsS0Markup.ResourceDictionary);
Serialization\Manager\ReachDocumentPageSerializer.cs (9)
104XmlWriter.WriteStartElement(XpsS0Markup.FixedPage); 109XmlWriter.WriteAttributeString(XpsS0Markup.Xmlns, xmlnsForType); 110XmlWriter.WriteAttributeString(XpsS0Markup.XmlnsX, XpsS0Markup.XmlnsXSchema); 114XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, SerializationManager.Language.ToString()); 118XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, XpsS0Markup.XmlLangValue); 141WriteAttribute(XmlWriter, XpsS0Markup.PageWidth, size.Width); 142WriteAttribute(XmlWriter, XpsS0Markup.PageHeight, size.Height);
Serialization\Manager\ReachDocumentPageSerializerAsync.cs (9)
167XmlWriter.WriteStartElement(XpsS0Markup.FixedPage); 172XmlWriter.WriteAttributeString(XpsS0Markup.Xmlns, xmlnsForType); 173XmlWriter.WriteAttributeString(XpsS0Markup.XmlnsX, XpsS0Markup.XmlnsXSchema); 177XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, SerializationManager.Language.ToString()); 181XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, XpsS0Markup.XmlLangValue); 203WriteAttribute(XmlWriter, XpsS0Markup.PageWidth, size.Width); 204WriteAttribute(XmlWriter, XpsS0Markup.PageHeight, size.Height);
Serialization\Manager\ReachFixedPageSerializer.cs (5)
163XmlWriter.WriteAttributeString(XpsS0Markup.Xmlns, xmlnsForType); 164XmlWriter.WriteAttributeString(XpsS0Markup.XmlnsX, XpsS0Markup.XmlnsXSchema); 170language = XmlLanguage.GetLanguage(XpsS0Markup.XmlLangValue); 175XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, language.ToString());
Serialization\Manager\ReachFixedPageSerializerAsync.cs (5)
188XmlWriter.WriteAttributeString(XpsS0Markup.Xmlns, xmlnsForType); 189XmlWriter.WriteAttributeString(XpsS0Markup.XmlnsX, XpsS0Markup.XmlnsXSchema); 195language = XmlLanguage.GetLanguage(XpsS0Markup.XmlLangValue); 200XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, language.ToString());
Serialization\Manager\ReachIDocumentPaginatorSerializer.cs (2)
67String nameForType = XpsS0Markup.FixedDocument; 116language = XmlLanguage.GetLanguage(XpsS0Markup.XmlLangValue);
Serialization\Manager\ReachIDocumentPaginatorSerializerAsync.cs (2)
107String nameForType = XpsS0Markup.FixedDocument; 156language = XmlLanguage.GetLanguage(XpsS0Markup.XmlLangValue);
Serialization\Manager\ReachSerializationUtils.cs (11)
404xmlWriter.WriteStartElement(XpsS0Markup.FixedDocumentSequence); 408xmlWriter.WriteStartElement(XpsS0Markup.FixedDocumentSequence, 581xmlWriter.WriteStartElement(XpsS0Markup.FixedPage); 585xmlWriter.WriteStartElement(XpsS0Markup.FixedPage); 587xmlWriter.WriteAttributeString(XpsS0Markup.Xmlns, xmlnsForType); 588xmlWriter.WriteAttributeString(XpsS0Markup.XmlnsX, XpsS0Markup.XmlnsXSchema); 589xmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, XpsS0Markup.XmlLangValue); 608xmlWriter.WriteAttributeString(XpsS0Markup.PageWidth, 610xmlWriter.WriteAttributeString(XpsS0Markup.PageHeight,
Serialization\Manager\XpsLiterals.cs (1)
924return XpsS0Markup.GetXmlnsUri(index);
Serialization\Manager\XpsOMDocumentPageSerializer.cs (9)
136XmlWriter.WriteStartElement(XpsS0Markup.FixedPage); 141XmlWriter.WriteAttributeString(XpsS0Markup.Xmlns, xmlnsForType); 142XmlWriter.WriteAttributeString(XpsS0Markup.XmlnsX, XpsS0Markup.XmlnsXSchema); 146XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, SerializationManager.Language.ToString()); 150XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, XpsS0Markup.XmlLangValue); 163WriteAttribute(XmlWriter, XpsS0Markup.PageWidth, size.Width); 164WriteAttribute(XmlWriter, XpsS0Markup.PageHeight, size.Height);
Serialization\Manager\XpsOMDocumentPaginatorSerializer.cs (1)
134language = XmlLanguage.GetLanguage(XpsS0Markup.XmlLangValue);
Serialization\Manager\XpsOMFixedPageSerializer.cs (5)
153XmlWriter.WriteAttributeString(XpsS0Markup.Xmlns, xmlnsForType); 154XmlWriter.WriteAttributeString(XpsS0Markup.XmlnsX, XpsS0Markup.XmlnsXSchema); 160language = XmlLanguage.GetLanguage(XpsS0Markup.XmlLangValue); 165XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, language.ToString());
Serialization\Manager\XpsOMPackagingPolicy.cs (14)
67IOpcPartUri partUri = GenerateIOpcPartUri(XpsS0Markup.DocumentSequenceContentType); 68IOpcPartUri discardControlPartUri = GenerateIOpcPartUri(XpsS0Markup.DiscardContentType); 113Uri uri = _xpsManager.GenerateUniqueUri(XpsS0Markup.FixedDocumentContentType); 120IXpsOMPrintTicketResource printTicketResource = GeneratePrintTicketResource(XpsS0Markup.FixedDocumentContentType, _currentDocumentPrintTicket); 255_currentFixedPageUri = _xpsManager.GenerateUniqueUri(XpsS0Markup.FixedPageContentType); 380_currentFixedPageXmlWriter.WriteStartElement(XpsS0Markup.PageResources); 381_currentFixedPageXmlWriter.WriteStartElement(XpsS0Markup.ResourceDictionary); 634Uri colorContextUri = _xpsManager.GenerateUniqueUri(XpsS0Markup.ColorContextContentType); 807String uniqueUri = "/Resources/" + Guid.NewGuid().ToString() + XpsS0Markup.ObfuscatedFontExt; 847if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.JpgContentType)) 851else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.PngContentType)) 855else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.TifContentType)) 859else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.WdpContentType)) 884IXpsOMPrintTicketResource printTicketResource = GeneratePrintTicketResource(XpsS0Markup.FixedPageContentType, _currentPagePrintTicket);
Serialization\Manager\XpsPackagingPolicy.cs (1)
1228((XpsFixedDocumentReaderWriter)_currentFixedDocumentWriter).AddRelationship(targetUri, XpsS0Markup.RestrictedFontRelationshipType);
Serialization\Manager\XpsSerializationManager.cs (4)
606resourceStream = _packagingPolicy.AcquireResourceStreamForXpsImage(XpsS0Markup.ImageUriPlaceHolder); 610resourceStream = _packagingPolicy.AcquireResourceStreamForXpsColorContext(XpsS0Markup.ColorContextUriPlaceHolder); 614resourceStream = _packagingPolicy.AcquireResourceStreamForXpsResourceDictionary(XpsS0Markup.ResourceDictionaryUriPlaceHolder); 1296XpsS0Markup.XmlnsUri[IndexInTypes];
Serialization\VisualSerializer.cs (3)
2182WriteAttr(XpsS0Markup.XmlLang, XpsS0Markup.XmlEngLangValue); 2186WriteAttr(XpsS0Markup.XmlLang, glyphRun.Language.ToString());
Serialization\XpsFontSubsetter.cs (2)
141fontUri = _packagingPolicy.AcquireResourceStreamForXpsImage(XpsS0Markup.ImageUriPlaceHolder).Uri; 574XpsS0Markup.ResourceRelationshipName);