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