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