9 references to IsAffine
PresentationCore (9)
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (3)
136if (matrix.IsAffine) 149Debug.Assert(matrix.IsAffine); 327Debug.Assert(!matrix.IsAffine);
Core\CSharp\System\Windows\Media3D\Matrix3D.cs (5)
623if (IsAffine) 1150if (!IsAffine) 1204Debug.Assert(IsAffine); 1221Debug.Assert(IsAffine); 1290if (IsAffine)
Core\CSharp\System\Windows\Media3D\MatrixTransform3D.cs (1)
90return Matrix.IsAffine;