4 references to PropertyValueCannotBeNaN
PresentationCore (4)
MS\Internal\FontFace\CompositeFontParser.cs (3)
25throw new ArgumentException(SR.Format(SR.PropertyValueCannotBeNaN, propertyName)); 41throw new ArgumentException(SR.Format(SR.PropertyValueCannotBeNaN, propertyName)); 57throw new ArgumentException(SR.Format(SR.PropertyValueCannotBeNaN, propertyName));
System\Windows\Media\FormattedText.cs (1)
1313throw new ArgumentOutOfRangeException(nameof(value), SR.Format(SR.PropertyValueCannotBeNaN, "MaxTextHeight"));