Exemple #1
0
 void SetValueInternal(XamlPropertyValue newValue)
 {
     _property.PropertyValue = newValue;
     _designItem.NotifyPropertyChanged(this);
 }