Esempio n. 1
0
 public List <int> GetFoo(F1 obj)
 {
     return(AttachedFooProperty.GetValue(obj));
 }
Esempio n. 2
0
 public void SetFoo(F1 obj, List <int> fooList)
 {
     AttachedFooProperty.SetValue(obj, fooList);
 }