public void SetSources(List <ConstraintSource> sources)
 {
     if (sources == null)
     {
         throw new ArgumentNullException("sources");
     }
     ScaleConstraint.SetSourcesInternal(this, sources);
 }