2 types derived from XpsSchema
PresentationFramework (2)
System\Windows\Documents\FixedSchema.cs (2)
335internal class XpsS0Schema:XpsSchema 736internal sealed class XpsDocStructSchema : XpsSchema
11 references to XpsSchema
PresentationFramework (11)
System\Windows\Documents\FixedSchema.cs (9)
68XpsSchema schema, 127XpsSchema schema, 141XpsSchema schema, 224private XpsSchema _schema; 240static protected void RegisterSchema(XpsSchema schema, ContentType[] handledMimeTypes) 319static public XpsSchema GetSchema(ContentType mimeType) 321XpsSchema schema = null; 331static private readonly Dictionary<ContentType, XpsSchema> _schemas = new Dictionary<ContentType, XpsSchema>(new ContentType.StrongComparer());
System\Windows\Documents\XPSS0ValidatingLoader.cs (2)
67XpsSchema schema = XpsSchema.GetSchema(mimeType);