private void OnAppliedTransform()
 {
     if (xmlTransformable != null)
     {
         xmlTransformable.OnAfterChange();
     }
 }