265 references to XpsS0Markup
ReachFramework (265)
packaging\XpsDigitalSignature.cs (9)
115selector.SelectionCriteria == XpsS0Markup.DitialSignatureRelationshipType ) 137selector.SelectionCriteria == XpsS0Markup.CorePropertiesRelationshipType ) 432_optionalSignedTypes[XpsS0Markup.CoreDocumentPropertiesType.OriginalString] = ""; 433_optionalSignedTypes[XpsS0Markup.PrintTicketContentType.OriginalString] = ""; 434_optionalSignedTypes[XpsS0Markup.SigOriginContentType.OriginalString] = ""; 435_optionalSignedTypes[XpsS0Markup.SigCertContentType.OriginalString] = ""; 436_optionalSignedTypes[XpsS0Markup.DiscardContentType.OriginalString] = ""; 440_optionalSignedTypes[XpsS0Markup.StoryFragmentsContentType.OriginalString] = ""; 442_optionalSignedTypes[XpsS0Markup.RelationshipContentType.OriginalString] = "";
Packaging\XpsDocument.cs (7)
525XpsS0Markup.ThumbnailRelationshipName 564PackagePart metroPart = CurrentXpsManager.GenerateUniquePart(XpsS0Markup.DocumentSequenceContentType); 613if (!startPartType.AreTypeAndSubTypeEqual(XpsS0Markup.DocumentSequenceContentType)) 770XpsS0Markup.ReachPackageStartingPartRelationshipType 780XpsS0Markup.ThumbnailRelationshipName 794XpsS0Markup.CorePropertiesRelationshipType 826if (xmlReader.NameTable.Get(XpsS0Markup.VersionExtensiblityNamespace) != null)
Packaging\XpsFixedDocumentReaderWriter.cs (18)
432PackagePart metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.FixedPageContentType); 465XpsS0Markup.ThumbnailRelationshipName 488XpsS0Markup.DocumentStructureContentType, 502XpsS0Markup.StructureRelationshipName 731XpsS0Markup.SignatureDefinitionRelationshipName 746XpsS0Markup.RestrictedFontRelationshipType 755XpsS0Markup.StructureRelationshipName 853_partEditor.PrepareXmlWriter(XpsS0Markup.FixedDocument, XpsS0Markup.FixedDocumentNamespace); 860xmlWriter.WriteStartElement(XpsS0Markup.PageContent); 958if (reader.NodeType == XmlNodeType.Element && reader.Name == XpsS0Markup.PageContent) 983if (!pagePart.ValidatedContentType().AreTypeAndSubTypeEqual(XpsS0Markup.FixedPageContentType)) 1044foreach (PackageRelationship rel in _metroPart.GetRelationshipsByType(XpsS0Markup.StructureRelationshipName)) 1078reader.Name == XpsS0Markup.SignatureDefinitions 1098reader.Name == XpsS0Markup.SignatureDefinition 1107reader.Name == XpsS0Markup.SignatureDefinitions 1130writer.WriteStartElement(XpsS0Markup.SignatureDefinitions, 1131XpsS0Markup.SignatureDefinitionNamespace);
Packaging\XpsFixedDocumentSequenceReaderWriter.cs (7)
312PackagePart metroPart = CurrentXpsManager.GenerateUniquePart(XpsS0Markup.FixedDocumentContentType); 347XpsS0Markup.ThumbnailRelationshipName 485_partEditor.PrepareXmlWriter(XpsS0Markup.FixedDocumentSequence, XpsS0Markup.DocumentSequenceNamespace); 492xmlWriter.WriteStartElement(XpsS0Markup.DocumentReference); 557if (reader.NodeType == XmlNodeType.Element && reader.Name == XpsS0Markup.DocumentReference) 622if (!documentPart.ValidatedContentType().AreTypeAndSubTypeEqual(XpsS0Markup.FixedDocumentContentType))
Packaging\XpsFixedPageReaderWriter.cs (48)
827metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.ResourceContentType); 844XpsS0Markup.ResourceRelationshipName); 868XpsS0Markup.StoryFragmentsContentType, 881XpsS0Markup.StoryFragmentsRelationshipName 984metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.FontContentType); 1016_parentNode.AddRelationship(xpsFont.Uri, XpsS0Markup.RestrictedFontRelationshipType); 1045PackagePart metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.ColorContextContentType); 1071PackagePart metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.ResourceDictionaryContentType); 1099XpsS0Markup.ThumbnailRelationshipName); 1528foreach( PackageRelationship rel in parentPart.GetRelationshipsByType(XpsS0Markup.RestrictedFontRelationshipType) ) 1542&& rel.RelationshipType == XpsS0Markup.ResourceRelationshipName 1552else if((part.ValidatedContentType().AreTypeAndSubTypeEqual(XpsS0Markup.FontContentType) || 1553part.ValidatedContentType().AreTypeAndSubTypeEqual(XpsS0Markup.FontObfuscatedContentType)) 1554&& rel.RelationshipType == XpsS0Markup.ResourceRelationshipName) 1566else if (part.ValidatedContentType().AreTypeAndSubTypeEqual(XpsS0Markup.ColorContextContentType) 1567&& rel.RelationshipType == XpsS0Markup.ResourceRelationshipName) 1575else if (part.ValidatedContentType().AreTypeAndSubTypeEqual(XpsS0Markup.ResourceDictionaryContentType) 1576&& rel.RelationshipType == XpsS0Markup.ResourceRelationshipName) 1584else if (part.ValidatedContentType().AreTypeAndSubTypeEqual(XpsS0Markup.StoryFragmentsContentType) 1585&& rel.RelationshipType == XpsS0Markup.StoryFragmentsRelationshipName) 1596if( rel.RelationshipType == XpsS0Markup.ResourceRelationshipName ) 1628metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.PngContentType); 1643XpsS0Markup.ResourceRelationshipName); 1684XpsS0Markup.ResourceRelationshipName); 1710XpsS0Markup.ResourceRelationshipName 1719XpsS0Markup.StoryFragmentsRelationshipName 1728XpsS0Markup.ThumbnailRelationshipName 1742metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.ColorContextContentType); 1756XpsS0Markup.ResourceRelationshipName); 1779metroPart = this.CurrentXpsManager.GenerateUniquePart(XpsS0Markup.ResourceDictionaryContentType); 1794XpsS0Markup.ResourceRelationshipName); 1831contentType = XpsS0Markup.ColorContextContentType; 1835contentType = XpsS0Markup.ResourceDictionaryContentType; 1839contentType = XpsS0Markup.ResourceContentType; 1864if (extension.Equals(XpsS0Markup.JpgExtension, StringComparison.OrdinalIgnoreCase)) 1866contentType = XpsS0Markup.JpgContentType; 1868else if (extension.Equals(XpsS0Markup.PngExtension, StringComparison.OrdinalIgnoreCase)) 1870contentType = XpsS0Markup.PngContentType; 1872else if (extension.Equals(XpsS0Markup.TifExtension, StringComparison.OrdinalIgnoreCase)) 1874contentType = XpsS0Markup.TifContentType; 1876else if (extension.Equals(XpsS0Markup.WdpExtension, StringComparison.OrdinalIgnoreCase)) 1878contentType = XpsS0Markup.WdpContentType; 1883contentType = XpsS0Markup.PngContentType; 1911if (string.Equals(extension, XpsS0Markup.ObfuscatedFontExt, StringComparison.OrdinalIgnoreCase)) 1924contentType = XpsS0Markup.FontObfuscatedContentType; 1929contentType = XpsS0Markup.FontContentType; 2050_resourceDictionaryXmlWriter.WriteStartElement(XpsS0Markup.PageResources); 2051_resourceDictionaryXmlWriter.WriteStartElement(XpsS0Markup.ResourceDictionary);
Packaging\XpsFont.cs (1)
36_isObfuscated = (part.ContentType == XpsS0Markup.FontObfuscatedContentType.ToString());
Packaging\XpsManager.cs (61)
320if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.JpgContentType) || 321contentType.AreTypeAndSubTypeEqual(XpsS0Markup.PngContentType) || 322contentType.AreTypeAndSubTypeEqual(XpsS0Markup.TifContentType) || 323contentType.AreTypeAndSubTypeEqual(XpsS0Markup.WdpContentType)) 411String uniqueUri = "/Resources/" + Guid.NewGuid().ToString() + XpsS0Markup.ObfuscatedFontExt; 415XpsS0Markup.FontObfuscatedContentType.ToString(), 459PackagePart printTicketPart = GeneratePart(XpsS0Markup.PrintTicketContentType, printTicketUri); 467XpsS0Markup.PrintTicketRelationshipName); 513PackagePart printTicketPart = GeneratePart(XpsS0Markup.PrintTicketContentType, printTicketUri); 521XpsS0Markup.PrintTicketRelationshipName); 574sigDefPart = GenerateUniquePart(XpsS0Markup.SignatureDefintionType ); 578XpsS0Markup.SignatureDefinitionRelationshipName 597XpsS0Markup.SignatureDefintionType; 601documentPart.GetRelationshipsByType(XpsS0Markup.SignatureDefinitionRelationshipName)) 653GetRelationshipsByType(XpsS0Markup.ThumbnailRelationshipName); 658GetRelationshipsByType(XpsS0Markup.ThumbnailRelationshipName); 689XpsS0Markup.PrintTicketRelationshipName; 721propertiesPart = GenerateUniquePart(XpsS0Markup.CoreDocumentPropertiesType ); 722_metroPackage.CreateRelationship(propertiesPart.Uri, TargetMode.Internal, XpsS0Markup.CorePropertiesRelationshipType ); 829XpsS0Markup.DitialSignatureRelationshipType 932string docContentKey = GetContentCounterKey(XpsS0Markup.FixedDocumentContentType); 955string docContentKey = GetContentCounterKey(XpsS0Markup.FixedDocumentContentType); 1056if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.DocumentSequenceContentType)) 1060else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.FixedDocumentContentType)) 1062string contentKey = GetContentCounterKey(XpsS0Markup.FixedDocumentContentType); 1066else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.FixedPageContentType)) 1068string documentContentKey = GetContentCounterKey(XpsS0Markup.FixedDocumentContentType); 1069string pageContentKey = GetContentCounterKey(XpsS0Markup.FixedPageContentType); 1096string docContentKey = GetContentCounterKey(XpsS0Markup.FixedDocumentContentType); 1107if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.DocumentSequenceContentType)) 1113else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.FixedDocumentContentType)) 1118string pageContentKey = GetContentCounterKey(XpsS0Markup.FixedPageContentType); 1121else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.FixedPageContentType)) 1199if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.DocumentSequenceContentType)) 1203else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.FixedDocumentContentType)) 1207else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.FixedPageContentType)) 1211else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.DocumentStructureContentType)) 1215else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.PrintTicketContentType)) 1219else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.FontContentType)) 1223else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.ColorContextContentType)) 1227else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.ResourceDictionaryContentType)) 1260foreach (PackageRelationship rel in _metroPackage.GetRelationshipsByType(XpsS0Markup.CorePropertiesRelationshipType)) 1374string extention = XpsS0Markup.PngExtension; 1375if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.JpgContentType)) 1377extention = XpsS0Markup.JpgExtension; 1380if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.PngContentType)) 1382extention = XpsS0Markup.PngExtension; 1385if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.TifContentType)) 1387extention = XpsS0Markup.TifExtension; 1390if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.WdpContentType)) 1392extention = XpsS0Markup.WdpExtension; 1425foreach (PackageRelationship rel in package.GetRelationshipsByType(XpsS0Markup.ReachPackageStartingPartRelationshipType)) 1492package.CreateRelationship(startingPart.Uri, TargetMode.Internal, XpsS0Markup.ReachPackageStartingPartRelationshipType); 1545if (imageContentType.AreTypeAndSubTypeEqual(XpsS0Markup.JpgContentType) || 1546imageContentType.AreTypeAndSubTypeEqual(XpsS0Markup.PngContentType) || 1547imageContentType.AreTypeAndSubTypeEqual(XpsS0Markup.TifContentType) || 1548imageContentType.AreTypeAndSubTypeEqual(XpsS0Markup.WdpContentType) 1565imageContentType = XpsS0Markup.JpgContentType; 1569imageContentType = XpsS0Markup.PngContentType; 1573imageContentType = XpsS0Markup.TifContentType; 1577imageContentType = XpsS0Markup.WdpContentType;
Packaging\XPSSignatureDefinition.cs (26)
336XpsS0Markup.SignatureDefinition, 337XpsS0Markup.SignatureDefinitionNamespace 344writer.WriteAttributeString(XpsS0Markup.SpotId, XmlConvert.EncodeName(SpotId.ToString())); 353writer.WriteAttributeString(XpsS0Markup.RequestedSigner, RequestedSigner); 359writer.WriteAttributeString(XpsS0Markup.XmlLang, language.ToString()); 365writer.WriteStartElement(XpsS0Markup.SpotLocation); 370writer.WriteAttributeString(XpsS0Markup.PageUri, pageUriAsString); 371writer.WriteAttributeString(XpsS0Markup.StartX, SpotLocation.StartX.ToString(System.Globalization.CultureInfo.InvariantCulture)); 372writer.WriteAttributeString(XpsS0Markup.StartY, SpotLocation.StartY.ToString(System.Globalization.CultureInfo.InvariantCulture)); 378writer.WriteStartElement(XpsS0Markup.Intent); 385writer.WriteStartElement(XpsS0Markup.SignBy); 392writer.WriteStartElement(XpsS0Markup.SigningLocale); 421reader.Name != XpsS0Markup.SignatureDefinition 464if (nodeName == XpsS0Markup.SignatureDefinition) 468else if (nodeName == XpsS0Markup.SpotLocation) 482if (attributeName == XpsS0Markup.RequestedSigner) 486else if (attributeName == XpsS0Markup.SpotId) 501else if (attributeName == XpsS0Markup.XmlLang) 517if (attributeName == XpsS0Markup.StartX) 521else if (attributeName == XpsS0Markup.StartY) 525else if (attributeName == XpsS0Markup.PageUri) 549if (reader.Name == XpsS0Markup.SpotLocation) 553else if (reader.Name == XpsS0Markup.Intent) 557else if (reader.Name == XpsS0Markup.SignBy) 561else if (reader.Name == XpsS0Markup.SigningLocale) 609if( reader.Name == XpsS0Markup.SignatureDefinition )
Serialization\ColorTypeConverter.cs (2)
322manager.AddRelationshipToCurrentPage(profileUri, XpsS0Markup.ResourceRelationshipName); 328MS.Internal.ContentType colorContextMimeType = XpsS0Markup.ColorContextContentType;
Serialization\ImageSourceTypeConverter.cs (1)
195manager.AddRelationshipToCurrentPage(imageUri, XpsS0Markup.ResourceRelationshipName);
Serialization\Manager\NullPackagingPolicy.cs (2)
808_resourceDictionaryXmlWriter.WriteStartElement(XpsS0Markup.PageResources); 809_resourceDictionaryXmlWriter.WriteStartElement(XpsS0Markup.ResourceDictionary);
Serialization\Manager\ReachDocumentPageSerializer.cs (9)
114XmlWriter.WriteStartElement(XpsS0Markup.FixedPage); 119XmlWriter.WriteAttributeString(XpsS0Markup.Xmlns, xmlnsForType); 120XmlWriter.WriteAttributeString(XpsS0Markup.XmlnsX, XpsS0Markup.XmlnsXSchema); 124XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, SerializationManager.Language.ToString()); 128XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, XpsS0Markup.XmlLangValue); 151WriteAttribute(XmlWriter, XpsS0Markup.PageWidth, size.Width); 152WriteAttribute(XmlWriter, XpsS0Markup.PageHeight, size.Height);
Serialization\Manager\ReachDocumentPageSerializerAsync.cs (9)
178XmlWriter.WriteStartElement(XpsS0Markup.FixedPage); 183XmlWriter.WriteAttributeString(XpsS0Markup.Xmlns, xmlnsForType); 184XmlWriter.WriteAttributeString(XpsS0Markup.XmlnsX, XpsS0Markup.XmlnsXSchema); 188XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, SerializationManager.Language.ToString()); 192XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, XpsS0Markup.XmlLangValue); 214WriteAttribute(XmlWriter, XpsS0Markup.PageWidth, size.Width); 215WriteAttribute(XmlWriter, XpsS0Markup.PageHeight, size.Height);
Serialization\Manager\ReachFixedPageSerializer.cs (5)
172XmlWriter.WriteAttributeString(XpsS0Markup.Xmlns, xmlnsForType); 173XmlWriter.WriteAttributeString(XpsS0Markup.XmlnsX, XpsS0Markup.XmlnsXSchema); 179language = XmlLanguage.GetLanguage(XpsS0Markup.XmlLangValue); 184XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, language.ToString());
Serialization\Manager\ReachFixedPageSerializerAsync.cs (5)
197XmlWriter.WriteAttributeString(XpsS0Markup.Xmlns, xmlnsForType); 198XmlWriter.WriteAttributeString(XpsS0Markup.XmlnsX, XpsS0Markup.XmlnsXSchema); 204language = XmlLanguage.GetLanguage(XpsS0Markup.XmlLangValue); 209XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, language.ToString());
Serialization\Manager\ReachIDocumentPaginatorSerializer.cs (2)
78String nameForType = XpsS0Markup.FixedDocument; 127language = XmlLanguage.GetLanguage(XpsS0Markup.XmlLangValue);
Serialization\Manager\ReachIDocumentPaginatorSerializerAsync.cs (2)
118String nameForType = XpsS0Markup.FixedDocument; 167language = XmlLanguage.GetLanguage(XpsS0Markup.XmlLangValue);
Serialization\Manager\ReachSerializationUtils.cs (11)
414xmlWriter.WriteStartElement(XpsS0Markup.FixedDocumentSequence); 418xmlWriter.WriteStartElement(XpsS0Markup.FixedDocumentSequence, 591xmlWriter.WriteStartElement(XpsS0Markup.FixedPage); 595xmlWriter.WriteStartElement(XpsS0Markup.FixedPage); 597xmlWriter.WriteAttributeString(XpsS0Markup.Xmlns, xmlnsForType); 598xmlWriter.WriteAttributeString(XpsS0Markup.XmlnsX, XpsS0Markup.XmlnsXSchema); 599xmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, XpsS0Markup.XmlLangValue); 618xmlWriter.WriteAttributeString(XpsS0Markup.PageWidth, 620xmlWriter.WriteAttributeString(XpsS0Markup.PageHeight,
Serialization\Manager\XpsLiterals.cs (1)
934return XpsS0Markup.GetXmlnsUri(index);
Serialization\Manager\XpsOMDocumentPageSerializer.cs (9)
146XmlWriter.WriteStartElement(XpsS0Markup.FixedPage); 151XmlWriter.WriteAttributeString(XpsS0Markup.Xmlns, xmlnsForType); 152XmlWriter.WriteAttributeString(XpsS0Markup.XmlnsX, XpsS0Markup.XmlnsXSchema); 156XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, SerializationManager.Language.ToString()); 160XmlWriter.WriteAttributeString(XpsS0Markup.XmlLang, XpsS0Markup.XmlLangValue); 173WriteAttribute(XmlWriter, XpsS0Markup.PageWidth, size.Width); 174WriteAttribute(XmlWriter, XpsS0Markup.PageHeight, size.Height);
Serialization\Manager\XpsOMDocumentPaginatorSerializer.cs (1)
146language = XmlLanguage.GetLanguage(XpsS0Markup.XmlLangValue);
Serialization\Manager\XpsOMFixedPageSerializer.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\XpsOMPackagingPolicy.cs (14)
68IOpcPartUri partUri = GenerateIOpcPartUri(XpsS0Markup.DocumentSequenceContentType); 69IOpcPartUri discardControlPartUri = GenerateIOpcPartUri(XpsS0Markup.DiscardContentType); 114Uri uri = _xpsManager.GenerateUniqueUri(XpsS0Markup.FixedDocumentContentType); 121IXpsOMPrintTicketResource printTicketResource = GeneratePrintTicketResource(XpsS0Markup.FixedDocumentContentType, _currentDocumentPrintTicket); 256_currentFixedPageUri = _xpsManager.GenerateUniqueUri(XpsS0Markup.FixedPageContentType); 381_currentFixedPageXmlWriter.WriteStartElement(XpsS0Markup.PageResources); 382_currentFixedPageXmlWriter.WriteStartElement(XpsS0Markup.ResourceDictionary); 635Uri colorContextUri = _xpsManager.GenerateUniqueUri(XpsS0Markup.ColorContextContentType); 808String uniqueUri = "/Resources/" + Guid.NewGuid().ToString() + XpsS0Markup.ObfuscatedFontExt; 848if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.JpgContentType)) 852else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.PngContentType)) 856else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.TifContentType)) 860else if (contentType.AreTypeAndSubTypeEqual(XpsS0Markup.WdpContentType)) 885IXpsOMPrintTicketResource printTicketResource = GeneratePrintTicketResource(XpsS0Markup.FixedPageContentType, _currentPagePrintTicket);
Serialization\Manager\XpsPackagingPolicy.cs (1)
1240((XpsFixedDocumentReaderWriter)_currentFixedDocumentWriter).AddRelationship(targetUri, XpsS0Markup.RestrictedFontRelationshipType);
Serialization\Manager\XpsSerializationManager.cs (4)
616resourceStream = _packagingPolicy.AcquireResourceStreamForXpsImage(XpsS0Markup.ImageUriPlaceHolder); 620resourceStream = _packagingPolicy.AcquireResourceStreamForXpsColorContext(XpsS0Markup.ColorContextUriPlaceHolder); 624resourceStream = _packagingPolicy.AcquireResourceStreamForXpsResourceDictionary(XpsS0Markup.ResourceDictionaryUriPlaceHolder); 1306XpsS0Markup.XmlnsUri[IndexInTypes];
Serialization\VisualSerializer.cs (3)
2190WriteAttr(XpsS0Markup.XmlLang, XpsS0Markup.XmlEngLangValue); 2194WriteAttr(XpsS0Markup.XmlLang, glyphRun.Language.ToString());
Serialization\XpsFontSubsetter.cs (2)
147fontUri = _packagingPolicy.AcquireResourceStreamForXpsImage(XpsS0Markup.ImageUriPlaceHolder).Uri; 580XpsS0Markup.ResourceRelationshipName);