public AttachedProperty RegisterProperty(string name, Type owner, Type propertyType, AttachedPropertyMetadata metadata)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public AttachedProperty RegisterProperty(string name, Type owner, Type propertyType, AttachedPropertyMetadata metadata)
 {
     return(attachedEngine.RegisterProperty(name, owner, propertyType, metadata));
 }