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