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