public CustomXamlType(string unknownTypeNamespace, string unknownTypeName, IList <XamlType> typeArguments, AppendableXamlSchemaContext schemaContext) : base(unknownTypeNamespace, unknownTypeName, typeArguments, schemaContext) { }
public CustomXamlType(string typeName, IList <XamlType> typeArguments, AppendableXamlSchemaContext schemaContext) : base(typeName, typeArguments, schemaContext) { }
public CustomXamlType(Type underlyingType, AppendableXamlSchemaContext schemaContext, XamlTypeInvoker invoker) : base(underlyingType, schemaContext, invoker) { }
public CustomXamlType(Type underlyingType, AppendableXamlSchemaContext schemaContext) : base(underlyingType, schemaContext) { }