2 references to PropertyMustBeGreaterThanZero
PresentationCore (2)
MS\Internal\FontFace\CompositeFontParser.cs (1)
62
throw new ArgumentException(SR.Format(SR.
PropertyMustBeGreaterThanZero
, propertyName));
System\Windows\Media\FormattedText.cs (1)
1347
throw new ArgumentOutOfRangeException("value", SR.Format(SR.
PropertyMustBeGreaterThanZero
, "MaxTextHeight"));