265 references to XpsS0Markup
ReachFramework (265)
packaging\XpsDigitalSignature.cs (9)
105selector.SelectionCriteria == XpsS0Markup.DitialSignatureRelationshipType ) 127selector.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)
515XpsS0Markup.ThumbnailRelationshipName 554PackagePart metroPart = CurrentXpsManager.GenerateUniquePart(XpsS0Markup.DocumentSequenceContentType); 603if (!startPartType.AreTypeAndSubTypeEqual(XpsS0Markup.DocumentSequenceContentType)) 761XpsS0Markup.ReachPackageStartingPartRelationshipType 771XpsS0Markup.ThumbnailRelationshipName 785XpsS0Markup.CorePropertiesRelationshipType 817if (xmlReader.NameTable.Get(XpsS0Markup.VersionExtensiblityNamespace) != null)
Packaging\XpsFixedDocumentReaderWriter.cs (18)
427PackagePart metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.FixedPageContentType); 460XpsS0Markup.ThumbnailRelationshipName 483XpsS0Markup.DocumentStructureContentType, 497XpsS0Markup.StructureRelationshipName 726XpsS0Markup.SignatureDefinitionRelationshipName 741XpsS0Markup.RestrictedFontRelationshipType 750XpsS0Markup.StructureRelationshipName 848_partEditor.PrepareXmlWriter(XpsS0Markup.FixedDocument, XpsS0Markup.FixedDocumentNamespace); 855xmlWriter.WriteStartElement(XpsS0Markup.PageContent); 953if (reader.NodeType == XmlNodeType.Element && reader.Name == XpsS0Markup.PageContent) 978if (!pagePart.ValidatedContentType().AreTypeAndSubTypeEqual(XpsS0Markup.FixedPageContentType)) 1039foreach (PackageRelationship rel in _metroPart.GetRelationshipsByType(XpsS0Markup.StructureRelationshipName)) 1073reader.Name == XpsS0Markup.SignatureDefinitions 1093reader.Name == XpsS0Markup.SignatureDefinition 1102reader.Name == XpsS0Markup.SignatureDefinitions 1125writer.WriteStartElement(XpsS0Markup.SignatureDefinitions, 1126XpsS0Markup.SignatureDefinitionNamespace);
Packaging\XpsFixedDocumentSequenceReaderWriter.cs (7)
307PackagePart metroPart = CurrentXpsManager.GenerateUniquePart(XpsS0Markup.FixedDocumentContentType); 342XpsS0Markup.ThumbnailRelationshipName 480_partEditor.PrepareXmlWriter(XpsS0Markup.FixedDocumentSequence, XpsS0Markup.DocumentSequenceNamespace); 487xmlWriter.WriteStartElement(XpsS0Markup.DocumentReference); 552if (reader.NodeType == XmlNodeType.Element && reader.Name == XpsS0Markup.DocumentReference) 617if (!documentPart.ValidatedContentType().AreTypeAndSubTypeEqual(XpsS0Markup.FixedDocumentContentType))
Packaging\XpsFixedPageReaderWriter.cs (48)
820metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.ResourceContentType); 837XpsS0Markup.ResourceRelationshipName); 861XpsS0Markup.StoryFragmentsContentType, 874XpsS0Markup.StoryFragmentsRelationshipName 977metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.FontContentType); 1009_parentNode.AddRelationship(xpsFont.Uri, XpsS0Markup.RestrictedFontRelationshipType); 1038PackagePart metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.ColorContextContentType); 1064PackagePart metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.ResourceDictionaryContentType); 1092XpsS0Markup.ThumbnailRelationshipName); 1518foreach( PackageRelationship rel in parentPart.GetRelationshipsByType(XpsS0Markup.RestrictedFontRelationshipType) ) 1532&& rel.RelationshipType == XpsS0Markup.ResourceRelationshipName 1542else if((part.ValidatedContentType().AreTypeAndSubTypeEqual(XpsS0Markup.FontContentType) || 1543part.ValidatedContentType().AreTypeAndSubTypeEqual(XpsS0Markup.FontObfuscatedContentType)) 1544&& rel.RelationshipType == XpsS0Markup.ResourceRelationshipName) 1556else if (part.ValidatedContentType().AreTypeAndSubTypeEqual(XpsS0Markup.ColorContextContentType) 1557&& rel.RelationshipType == XpsS0Markup.ResourceRelationshipName) 1565else if (part.ValidatedContentType().AreTypeAndSubTypeEqual(XpsS0Markup.ResourceDictionaryContentType) 1566&& rel.RelationshipType == XpsS0Markup.ResourceRelationshipName) 1574else if (part.ValidatedContentType().AreTypeAndSubTypeEqual(XpsS0Markup.StoryFragmentsContentType) 1575&& rel.RelationshipType == XpsS0Markup.StoryFragmentsRelationshipName) 1586if( rel.RelationshipType == XpsS0Markup.ResourceRelationshipName ) 1618metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.PngContentType); 1633XpsS0Markup.ResourceRelationshipName); 1674XpsS0Markup.ResourceRelationshipName); 1700XpsS0Markup.ResourceRelationshipName 1709XpsS0Markup.StoryFragmentsRelationshipName 1718XpsS0Markup.ThumbnailRelationshipName 1732metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.ColorContextContentType); 1746XpsS0Markup.ResourceRelationshipName); 1769metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.ResourceDictionaryContentType); 1784XpsS0Markup.ResourceRelationshipName); 1821contentType = XpsS0Markup.ColorContextContentType; 1825contentType = XpsS0Markup.ResourceDictionaryContentType; 1829contentType = XpsS0Markup.ResourceContentType; 1854if (extension.Equals(XpsS0Markup.JpgExtension, StringComparison.OrdinalIgnoreCase)) 1856contentType = XpsS0Markup.JpgContentType; 1858else if (extension.Equals(XpsS0Markup.PngExtension, StringComparison.OrdinalIgnoreCase)) 1860contentType = XpsS0Markup.PngContentType; 1862else if (extension.Equals(XpsS0Markup.TifExtension, StringComparison.OrdinalIgnoreCase)) 1864contentType = XpsS0Markup.TifContentType; 1866else if (extension.Equals(XpsS0Markup.WdpExtension, StringComparison.OrdinalIgnoreCase)) 1868contentType = XpsS0Markup.WdpContentType; 1873contentType = XpsS0Markup.PngContentType; 1901if (string.Equals(extension, XpsS0Markup.ObfuscatedFontExt, StringComparison.OrdinalIgnoreCase)) 1914contentType = XpsS0Markup.FontObfuscatedContentType; 1919contentType = XpsS0Markup.FontContentType; 2040_resourceDictionaryXmlWriter.WriteStartElement(XpsS0Markup.PageResources); 2041_resourceDictionaryXmlWriter.WriteStartElement(XpsS0Markup.ResourceDictionary);
Packaging\XpsFont.cs (1)
34_isObfuscated = (part.ContentType == XpsS0Markup.FontObfuscatedContentType.ToString());
Packaging\XpsManager.cs (61)
306if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.JpgContentType) || 307contentType.AreTypeAndSubTypeEqual(XpsS0Markup.PngContentType) || 308contentType.AreTypeAndSubTypeEqual(XpsS0Markup.TifContentType) || 309contentType.AreTypeAndSubTypeEqual(XpsS0Markup.WdpContentType)) 397String uniqueUri = "/Resources/" + Guid.NewGuid().ToString() + XpsS0Markup.ObfuscatedFontExt; 401XpsS0Markup.FontObfuscatedContentType.ToString(), 445PackagePart printTicketPart = GeneratePart(XpsS0Markup.PrintTicketContentType, printTicketUri); 453XpsS0Markup.PrintTicketRelationshipName); 499PackagePart printTicketPart = GeneratePart(XpsS0Markup.PrintTicketContentType, printTicketUri); 507XpsS0Markup.PrintTicketRelationshipName); 560sigDefPart = GenerateUniquePart(XpsS0Markup.SignatureDefintionType ); 564XpsS0Markup.SignatureDefinitionRelationshipName 583XpsS0Markup.SignatureDefintionType; 587documentPart.GetRelationshipsByType(XpsS0Markup.SignatureDefinitionRelationshipName)) 639GetRelationshipsByType(XpsS0Markup.ThumbnailRelationshipName); 644GetRelationshipsByType(XpsS0Markup.ThumbnailRelationshipName); 675XpsS0Markup.PrintTicketRelationshipName; 707propertiesPart = GenerateUniquePart(XpsS0Markup.CoreDocumentPropertiesType ); 708_metroPackage.CreateRelationship(propertiesPart.Uri, TargetMode.Internal, XpsS0Markup.CorePropertiesRelationshipType ); 815XpsS0Markup.DitialSignatureRelationshipType 918string docContentKey = GetContentCounterKey(XpsS0Markup.FixedDocumentContentType); 941string docContentKey = GetContentCounterKey(XpsS0Markup.FixedDocumentContentType); 1042if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.DocumentSequenceContentType)) 1046else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.FixedDocumentContentType)) 1048string contentKey = GetContentCounterKey(XpsS0Markup.FixedDocumentContentType); 1052else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.FixedPageContentType)) 1054string documentContentKey = GetContentCounterKey(XpsS0Markup.FixedDocumentContentType); 1055string pageContentKey = GetContentCounterKey(XpsS0Markup.FixedPageContentType); 1082string docContentKey = GetContentCounterKey(XpsS0Markup.FixedDocumentContentType); 1093if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.DocumentSequenceContentType)) 1099else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.FixedDocumentContentType)) 1104string pageContentKey = GetContentCounterKey(XpsS0Markup.FixedPageContentType); 1107else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.FixedPageContentType)) 1185if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.DocumentSequenceContentType)) 1189else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.FixedDocumentContentType)) 1193else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.FixedPageContentType)) 1197else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.DocumentStructureContentType)) 1201else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.PrintTicketContentType)) 1205else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.FontContentType)) 1209else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.ColorContextContentType)) 1213else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.ResourceDictionaryContentType)) 1246foreach (PackageRelationship rel in _metroPackage.GetRelationshipsByType(XpsS0Markup.CorePropertiesRelationshipType)) 1360string extention = XpsS0Markup.PngExtension; 1361if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.JpgContentType)) 1363extention = XpsS0Markup.JpgExtension; 1366if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.PngContentType)) 1368extention = XpsS0Markup.PngExtension; 1371if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.TifContentType)) 1373extention = XpsS0Markup.TifExtension; 1376if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.WdpContentType)) 1378extention = XpsS0Markup.WdpExtension; 1411foreach (PackageRelationship rel in package.GetRelationshipsByType(XpsS0Markup.ReachPackageStartingPartRelationshipType)) 1478package.CreateRelationship(startingPart.Uri, TargetMode.Internal, XpsS0Markup.ReachPackageStartingPartRelationshipType); 1531if (imageContentType.AreTypeAndSubTypeEqual(XpsS0Markup.JpgContentType) || 1532imageContentType.AreTypeAndSubTypeEqual(XpsS0Markup.PngContentType) || 1533imageContentType.AreTypeAndSubTypeEqual(XpsS0Markup.TifContentType) || 1534imageContentType.AreTypeAndSubTypeEqual(XpsS0Markup.WdpContentType) 1551imageContentType = XpsS0Markup.JpgContentType; 1555imageContentType = XpsS0Markup.PngContentType; 1559imageContentType = XpsS0Markup.TifContentType; 1563imageContentType = XpsS0Markup.WdpContentType;
Packaging\XPSSignatureDefinition.cs (26)
329XpsS0Markup.SignatureDefinition, 330XpsS0Markup.SignatureDefinitionNamespace 337writer.WriteAttributeString(XpsS0Markup.SpotId, XmlConvert.EncodeName(SpotId.ToString())); 346writer.WriteAttributeString(XpsS0Markup.RequestedSigner, RequestedSigner); 352writer.WriteAttributeString(XpsS0Markup.XmlLang, language.ToString()); 358writer.WriteStartElement(XpsS0Markup.SpotLocation); 363writer.WriteAttributeString(XpsS0Markup.PageUri, pageUriAsString); 364writer.WriteAttributeString(XpsS0Markup.StartX, SpotLocation.StartX.ToString(System.Globalization.CultureInfo.InvariantCulture)); 365writer.WriteAttributeString(XpsS0Markup.StartY, SpotLocation.StartY.ToString(System.Globalization.CultureInfo.InvariantCulture)); 371writer.WriteStartElement(XpsS0Markup.Intent); 378writer.WriteStartElement(XpsS0Markup.SignBy); 385writer.WriteStartElement(XpsS0Markup.SigningLocale); 414reader.Name != XpsS0Markup.SignatureDefinition 457if (nodeName == XpsS0Markup.SignatureDefinition) 461else if (nodeName == XpsS0Markup.SpotLocation) 475if (attributeName == XpsS0Markup.RequestedSigner) 479else if (attributeName == XpsS0Markup.SpotId) 494else if (attributeName == XpsS0Markup.XmlLang) 510if (attributeName == XpsS0Markup.StartX) 514else if (attributeName == XpsS0Markup.StartY) 518else if (attributeName == XpsS0Markup.PageUri) 542if (reader.Name == XpsS0Markup.SpotLocation) 546else if (reader.Name == XpsS0Markup.Intent) 550else if (reader.Name == XpsS0Markup.SignBy) 554else if (reader.Name == XpsS0Markup.SigningLocale) 602if( reader.Name == XpsS0Markup.SignatureDefinition )
Serialization\ColorTypeConverter.cs (2)
316manager.AddRelationshipToCurrentPage(profileUri, XpsS0Markup.ResourceRelationshipName); 322MS.Internal.ContentType colorContextMimeType = XpsS0Markup.ColorContextContentType;
Serialization\ImageSourceTypeConverter.cs (1)
186manager.AddRelationshipToCurrentPage(imageUri, XpsS0Markup.ResourceRelationshipName);
Serialization\Manager\NullPackagingPolicy.cs (2)
796_resourceDictionaryXmlWriter.WriteStartElement(XpsS0Markup.PageResources); 797_resourceDictionaryXmlWriter.WriteStartElement(XpsS0Markup.ResourceDictionary);
Serialization\Manager\ReachDocumentPageSerializer.cs (9)
103XmlWriter.WriteStartElement(XpsS0Markup.FixedPage); 108XmlWriter.WriteAttributeString(XpsS0Markup.Xmlns, xmlnsForType); 109XmlWriter.WriteAttributeString(XpsS0Markup.XmlnsX, XpsS0Markup.XmlnsXSchema); 113XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, SerializationManager.Language.ToString()); 117XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, XpsS0Markup.XmlLangValue); 140WriteAttribute(XmlWriter, XpsS0Markup.PageWidth, size.Width); 141WriteAttribute(XmlWriter, XpsS0Markup.PageHeight, size.Height);
Serialization\Manager\ReachDocumentPageSerializerAsync.cs (9)
166XmlWriter.WriteStartElement(XpsS0Markup.FixedPage); 171XmlWriter.WriteAttributeString(XpsS0Markup.Xmlns, xmlnsForType); 172XmlWriter.WriteAttributeString(XpsS0Markup.XmlnsX, XpsS0Markup.XmlnsXSchema); 176XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, SerializationManager.Language.ToString()); 180XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, XpsS0Markup.XmlLangValue); 202WriteAttribute(XmlWriter, XpsS0Markup.PageWidth, size.Width); 203WriteAttribute(XmlWriter, XpsS0Markup.PageHeight, size.Height);
Serialization\Manager\ReachFixedPageSerializer.cs (5)
162XmlWriter.WriteAttributeString(XpsS0Markup.Xmlns, xmlnsForType); 163XmlWriter.WriteAttributeString(XpsS0Markup.XmlnsX, XpsS0Markup.XmlnsXSchema); 169language = XmlLanguage.GetLanguage(XpsS0Markup.XmlLangValue); 174XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, language.ToString());
Serialization\Manager\ReachFixedPageSerializerAsync.cs (5)
187XmlWriter.WriteAttributeString(XpsS0Markup.Xmlns, xmlnsForType); 188XmlWriter.WriteAttributeString(XpsS0Markup.XmlnsX, XpsS0Markup.XmlnsXSchema); 194language = XmlLanguage.GetLanguage(XpsS0Markup.XmlLangValue); 199XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, language.ToString());
Serialization\Manager\ReachIDocumentPaginatorSerializer.cs (2)
66String nameForType = XpsS0Markup.FixedDocument; 115language = XmlLanguage.GetLanguage(XpsS0Markup.XmlLangValue);
Serialization\Manager\ReachIDocumentPaginatorSerializerAsync.cs (2)
106String nameForType = XpsS0Markup.FixedDocument; 155language = XmlLanguage.GetLanguage(XpsS0Markup.XmlLangValue);
Serialization\Manager\ReachSerializationUtils.cs (11)
403xmlWriter.WriteStartElement(XpsS0Markup.FixedDocumentSequence); 407xmlWriter.WriteStartElement(XpsS0Markup.FixedDocumentSequence, 580xmlWriter.WriteStartElement(XpsS0Markup.FixedPage); 584xmlWriter.WriteStartElement(XpsS0Markup.FixedPage); 586xmlWriter.WriteAttributeString(XpsS0Markup.Xmlns, xmlnsForType); 587xmlWriter.WriteAttributeString(XpsS0Markup.XmlnsX, XpsS0Markup.XmlnsXSchema); 588xmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, XpsS0Markup.XmlLangValue); 607xmlWriter.WriteAttributeString(XpsS0Markup.PageWidth, 609xmlWriter.WriteAttributeString(XpsS0Markup.PageHeight,
Serialization\Manager\XpsLiterals.cs (1)
923return XpsS0Markup.GetXmlnsUri(index);
Serialization\Manager\XpsOMDocumentPageSerializer.cs (9)
135XmlWriter.WriteStartElement(XpsS0Markup.FixedPage); 140XmlWriter.WriteAttributeString(XpsS0Markup.Xmlns, xmlnsForType); 141XmlWriter.WriteAttributeString(XpsS0Markup.XmlnsX, XpsS0Markup.XmlnsXSchema); 145XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, SerializationManager.Language.ToString()); 149XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, XpsS0Markup.XmlLangValue); 162WriteAttribute(XmlWriter, XpsS0Markup.PageWidth, size.Width); 163WriteAttribute(XmlWriter, XpsS0Markup.PageHeight, size.Height);
Serialization\Manager\XpsOMDocumentPaginatorSerializer.cs (1)
130language = XmlLanguage.GetLanguage(XpsS0Markup.XmlLangValue);
Serialization\Manager\XpsOMFixedPageSerializer.cs (5)
152XmlWriter.WriteAttributeString(XpsS0Markup.Xmlns, xmlnsForType); 153XmlWriter.WriteAttributeString(XpsS0Markup.XmlnsX, XpsS0Markup.XmlnsXSchema); 159language = XmlLanguage.GetLanguage(XpsS0Markup.XmlLangValue); 164XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, language.ToString());
Serialization\Manager\XpsOMPackagingPolicy.cs (14)
66IOpcPartUri partUri = GenerateIOpcPartUri(XpsS0Markup.DocumentSequenceContentType); 67IOpcPartUri discardControlPartUri = GenerateIOpcPartUri(XpsS0Markup.DiscardContentType); 112Uri uri = _xpsManager.GenerateUniqueUri(XpsS0Markup.FixedDocumentContentType); 119IXpsOMPrintTicketResource printTicketResource = GeneratePrintTicketResource(XpsS0Markup.FixedDocumentContentType, _currentDocumentPrintTicket); 254_currentFixedPageUri = _xpsManager.GenerateUniqueUri(XpsS0Markup.FixedPageContentType); 379_currentFixedPageXmlWriter.WriteStartElement(XpsS0Markup.PageResources); 380_currentFixedPageXmlWriter.WriteStartElement(XpsS0Markup.ResourceDictionary); 633Uri colorContextUri = _xpsManager.GenerateUniqueUri(XpsS0Markup.ColorContextContentType); 797String uniqueUri = "/Resources/" + Guid.NewGuid().ToString() + XpsS0Markup.ObfuscatedFontExt; 837if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.JpgContentType)) 841else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.PngContentType)) 845else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.TifContentType)) 849else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.WdpContentType)) 874IXpsOMPrintTicketResource printTicketResource = GeneratePrintTicketResource(XpsS0Markup.FixedPageContentType, _currentPagePrintTicket);
Serialization\Manager\XpsPackagingPolicy.cs (1)
1227((XpsFixedDocumentReaderWriter)_currentFixedDocumentWriter).AddRelationship(targetUri, XpsS0Markup.RestrictedFontRelationshipType);
Serialization\Manager\XpsSerializationManager.cs (4)
595resourceStream = _packagingPolicy.AcquireResourceStreamForXpsImage(XpsS0Markup.ImageUriPlaceHolder); 599resourceStream = _packagingPolicy.AcquireResourceStreamForXpsColorContext(XpsS0Markup.ColorContextUriPlaceHolder); 603resourceStream = _packagingPolicy.AcquireResourceStreamForXpsResourceDictionary(XpsS0Markup.ResourceDictionaryUriPlaceHolder); 1282XpsS0Markup.XmlnsUri[IndexInTypes];
Serialization\VisualSerializer.cs (3)
2182WriteAttr(XpsS0Markup.XmlLang, XpsS0Markup.XmlEngLangValue); 2186WriteAttr(XpsS0Markup.XmlLang, glyphRun.Language.ToString());
Serialization\XpsFontSubsetter.cs (2)
140fontUri = _packagingPolicy.AcquireResourceStreamForXpsImage(XpsS0Markup.ImageUriPlaceHolder).Uri; 570XpsS0Markup.ResourceRelationshipName);