Beispiel #1
0
 static Extension()
 {
     _Property3 = TargetType.RegisterAttachedProperty <TargetTypeAttached, PropertyType>(x => GetProperty3(x));
     _Property4 = TargetType.RegisterAttachedProperty <TargetTypeAttached, PropertyType>(x => GetProperty4(x));
 }