3 references to MatrixNotInvertible
PresentationCore (3)
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (1)
829
throw new ArgumentException(SR.
MatrixNotInvertible
, nameof(value));
System\Windows\Ink\Stroke.cs (1)
144
throw new ArgumentException(SR.
MatrixNotInvertible
, nameof(transformMatrix));
System\Windows\Ink\StrokeCollection.cs (1)
225
throw new ArgumentException(SR.
MatrixNotInvertible
, nameof(transformMatrix));