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