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