示例#1
0
 // Token: 0x06002D0B RID: 11531 RVA: 0x000CB4B8 File Offset: 0x000C96B8
 public XpsS0ResourceDictionarySchema()
 {
     XpsSchema.RegisterSchema(this, new ContentType[]
     {
         XpsS0Schema._resourceDictionaryContentType
     });
 }
 // Token: 0x06002D0D RID: 11533 RVA: 0x000CB4FC File Offset: 0x000C96FC
 public XpsDocStructSchema()
 {
     XpsSchema.RegisterSchema(this, new ContentType[]
     {
         XpsDocStructSchema._documentStructureContentType,
         XpsDocStructSchema._storyFragmentsContentType
     });
 }
示例#3
0
 // Token: 0x06002D09 RID: 11529 RVA: 0x000CB050 File Offset: 0x000C9250
 public XpsS0FixedPageSchema()
 {
     XpsSchema.RegisterSchema(this, new ContentType[]
     {
         XpsS0Schema._fixedDocumentSequenceContentType,
         XpsS0Schema._fixedDocumentContentType,
         XpsS0Schema._fixedPageContentType
     });
     base.RegisterRequiredResourceMimeTypes(new ContentType[]
     {
         XpsS0Schema._resourceDictionaryContentType,
         XpsS0Schema._fontContentType,
         XpsS0Schema._colorContextContentType,
         XpsS0Schema._obfuscatedContentType,
         XpsS0Schema._jpgContentType,
         XpsS0Schema._pngContentType,
         XpsS0Schema._tifContentType,
         XpsS0Schema._wmpContentType
     });
 }