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