2 types derived from XpsSchema
PresentationFramework (2)
System\Windows\Documents\FixedSchema.cs (2)
342internal class XpsS0Schema:XpsSchema 742internal sealed class XpsDocStructSchema : XpsSchema
11 references to XpsSchema
PresentationFramework (11)
System\Windows\Documents\FixedSchema.cs (9)
77XpsSchema schema, 135XpsSchema schema, 149XpsSchema schema, 232private XpsSchema _schema; 248static protected void RegisterSchema(XpsSchema schema, ContentType[] handledMimeTypes) 326static public XpsSchema GetSchema(ContentType mimeType) 328XpsSchema schema = null; 338static private readonly Dictionary<ContentType, XpsSchema> _schemas = new Dictionary<ContentType, XpsSchema>(new ContentType.StrongComparer());
System\Windows\Documents\XPSS0ValidatingLoader.cs (2)
76XpsSchema schema = XpsSchema.GetSchema(mimeType);