public static void                          RemoveValueChanged(this DependencyProperty property, object component, EventHandler handler)
 {
     property.GetDescriptor(component.GetType()).RemoveValueChanged(component, handler);
 }