2 references to InvalidMatrixContainsNaN
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (1)
833
throw new ArgumentException(SR.
InvalidMatrixContainsNaN
, nameof(value));
System\Windows\Ink\Stroke.cs (1)
148
throw new ArgumentException(SR.
InvalidMatrixContainsNaN
, nameof(transformMatrix));