Exemple #1
0
        static void OnValueChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            ChangePropertyAction action = (ChangePropertyAction)d;

            action.UpdateProperty();
            action.UpdateConvertedValue();
        }
        static void OnPropertyNameChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            ChangePropertyAction action = (ChangePropertyAction)d;

            action._property = null;
        }