2 types derived from XpsSchema
PresentationFramework (2)
System\Windows\Documents\FixedSchema.cs (2)
333internal class XpsS0Schema:XpsSchema 733internal sealed class XpsDocStructSchema : XpsSchema
11 references to XpsSchema
PresentationFramework (11)
System\Windows\Documents\FixedSchema.cs (9)
68XpsSchema schema, 126XpsSchema schema, 140XpsSchema schema, 223private XpsSchema _schema; 239static protected void RegisterSchema(XpsSchema schema, ContentType[] handledMimeTypes) 317static public XpsSchema GetSchema(ContentType mimeType) 319XpsSchema schema = null; 329static private readonly Dictionary<ContentType, XpsSchema> _schemas = new Dictionary<ContentType, XpsSchema>(new ContentType.StrongComparer());
System\Windows\Documents\XPSS0ValidatingLoader.cs (2)
67XpsSchema schema = XpsSchema.GetSchema(mimeType);