Exemplo n.º 1
0
 internal ObjectFactory(XamlMember member, XamlContext creationContext)
     : this(creationContext)
 {
     _XamlMember = member;
 }
Exemplo n.º 2
0
 internal XamlContext(XamlContext toCopy)
 {
     UriMappings = new Dictionary <string, string>(toCopy.UriMappings);
 }
Exemplo n.º 3
0
 internal ObjectFactory(XamlType type, XamlContext creationContext)
     : this(creationContext)
 {
     _XamlType = type;
 }
 private Type ResolveType(string typeName, XamlContext context)
 {
     return(null);
 }