Beispiel #1
0
 public static IConfigurationContainer AttachedProperty <TType, TValue>(
     this IConfigurationContainer @this,
     Expression <Func <Property <TType, TValue> > > property,
     Action <IMemberConfiguration <TType, TValue> > configure)
 {
     configure(@this.AttachedProperty(property));
     return(@this);
 }