4 references to MatrixHelper
PresentationCore (4)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
885
if (
MatrixHelper
.ContainsNaN(matrix))
889
if (
MatrixHelper
.ContainsInfinity(matrix))
Core\CSharp\System\Windows\Ink\Stroke.cs (2)
169
else if (
MatrixHelper
.ContainsNaN(transformMatrix))
173
else if (
MatrixHelper
.ContainsInfinity(transformMatrix))