4 references to PropertyValueCannotBeNaN
PresentationCore (4)
MS\Internal\FontFace\CompositeFontParser.cs (3)
38throw new ArgumentException(SR.Format(SR.PropertyValueCannotBeNaN, propertyName)); 54throw new ArgumentException(SR.Format(SR.PropertyValueCannotBeNaN, propertyName)); 70throw new ArgumentException(SR.Format(SR.PropertyValueCannotBeNaN, propertyName));
System\Windows\Media\FormattedText.cs (1)
1350throw new ArgumentOutOfRangeException("value", SR.Format(SR.PropertyValueCannotBeNaN, "MaxTextHeight"));