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