Ejemplo n.º 1
0
 public CustomXamlType(string unknownTypeNamespace, string unknownTypeName, IList <XamlType> typeArguments, AppendableXamlSchemaContext schemaContext)
     : base(unknownTypeNamespace, unknownTypeName, typeArguments, schemaContext)
 {
 }
Ejemplo n.º 2
0
 public CustomXamlType(string typeName, IList <XamlType> typeArguments, AppendableXamlSchemaContext schemaContext)
     : base(typeName, typeArguments, schemaContext)
 {
 }
Ejemplo n.º 3
0
 public CustomXamlType(Type underlyingType, AppendableXamlSchemaContext schemaContext, XamlTypeInvoker invoker)
     : base(underlyingType, schemaContext, invoker)
 {
 }
Ejemplo n.º 4
0
 public CustomXamlType(Type underlyingType, AppendableXamlSchemaContext schemaContext)
     : base(underlyingType, schemaContext)
 {
 }