2 types derived from XpsSchema
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSchema.cs (2)
336internal class XpsS0Schema:XpsSchema 743internal sealed class XpsDocStructSchema : XpsSchema
11 references to XpsSchema
PresentationFramework (11)
src\Framework\System\Windows\Documents\FixedSchema.cs (9)
71XpsSchema schema, 129XpsSchema schema, 143XpsSchema schema, 226private XpsSchema _schema; 242static protected void RegisterSchema(XpsSchema schema, ContentType[] handledMimeTypes) 320static public XpsSchema GetSchema(ContentType mimeType) 322XpsSchema schema = null; 332static private readonly Dictionary<ContentType, XpsSchema> _schemas = new Dictionary<ContentType, XpsSchema>(new ContentType.StrongComparer());
src\Framework\System\Windows\Documents\XPSS0ValidatingLoader.cs (2)
69XpsSchema schema = XpsSchema.GetSchema(mimeType);