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