2 references to CodePointOutOfRange
PresentationCore (2)
System\Windows\Media\CharacterMetricsDictionary.cs (2)
355
throw new ArgumentOutOfRangeException(SR.Format(SR.
CodePointOutOfRange
, key));
504
throw new ArgumentException(SR.Format(SR.
CodePointOutOfRange
, value), nameof(key));