2 types derived from XpsSchema
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSchema.cs (2)
336
internal class XpsS0Schema:
XpsSchema
743
internal sealed class XpsDocStructSchema :
XpsSchema
11 references to XpsSchema
PresentationFramework (11)
src\Framework\System\Windows\Documents\FixedSchema.cs (9)
71
XpsSchema
schema,
129
XpsSchema
schema,
143
XpsSchema
schema,
226
private
XpsSchema
_schema;
242
static protected void RegisterSchema(
XpsSchema
schema, ContentType[] handledMimeTypes)
320
static public
XpsSchema
GetSchema(ContentType mimeType)
322
XpsSchema
schema = null;
332
static private readonly Dictionary<ContentType,
XpsSchema
> _schemas = new Dictionary<ContentType,
XpsSchema
>(new ContentType.StrongComparer());
src\Framework\System\Windows\Documents\XPSS0ValidatingLoader.cs (2)
69
XpsSchema
schema =
XpsSchema
.GetSchema(mimeType);