Example #1
0
 public Silenter <INotifyCollectionChanged> GetColllectionSilenter(object target)
 {
     return(Silenter.GetSilenter(_Collection, target));
 }
Example #2
0
 public PropertyChangedSilenter GetPropertySilenter(object target, string propertyName)
 {
     return(Silenter.GetSilenter(_Property, target, propertyName));
 }
 public Silenter <INotifyPropertyChanged> GetPropertySilenter(object target)
 {
     return(Silenter.GetSilenter(Property, target));
 }