Example #1
0
 public void SetValue <T>(AttachedProperty <T> target, T val)
 {
     target.SetValue(_weakInstance, val);
 }
Example #2
0
 public T GetValue <T>(AttachedProperty <T> target)
 {
     return(target.GetValue(_weakInstance));
 }