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