public ReferenceEventClosure(object reference, EventBindingService.EventPropertyDescriptor prop)
 {
     this.reference = reference;
     this.propertyDescriptor = prop;
 }
 public ReferenceEventClosure(object reference, EventBindingService.EventPropertyDescriptor prop)
 {
     this.reference          = reference;
     this.propertyDescriptor = prop;
 }