Ejemplo n.º 1
0
        // All derived classes can use this as the property change handler for
        // properties that affect the model.
        protected static void OnPropertyChangedAffectsModel(Object sender, DependencyPropertyChangedEventArgs e)
        {
            Shape3D _this = (Shape3D)sender;

            _this.InvalidateModel();
        }