15 references to Identity
PresentationCore (15)
Core\CSharp\MS\Internal\Media\VisualTreeUtils.cs (1)
158Matrix3D worldTransform = Matrix3D.Identity;
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (1)
526Matrix3D worldTransform = Matrix3D.Identity;
Core\CSharp\System\Windows\Media3D\GeneralTransform3DGroup.cs (1)
154Matrix3D matrix = Matrix3D.Identity;
Core\CSharp\System\Windows\Media3D\Generated\Matrix3D.cs (1)
244value = Identity;
Core\CSharp\System\Windows\Media3D\Generated\MatrixCamera.cs (4)
309internal static Matrix3D s_ViewMatrix = Matrix3D.Identity; 310internal static Matrix3D s_ProjectionMatrix = Matrix3D.Identity; 339Matrix3D.Identity, 348Matrix3D.Identity,
Core\CSharp\System\Windows\Media3D\Generated\MatrixTransform3D.cs (2)
276internal static Matrix3D s_Matrix = Matrix3D.Identity; 305Matrix3D.Identity,
Core\CSharp\System\Windows\Media3D\MeshGeometry3D.cs (2)
383Matrix3D worldTransformMatrix = rayParams.HasWorldTransformMatrix ? rayParams.WorldTransformMatrix : Matrix3D.Identity; 452Matrix3D worldTransformMatrix = rayParams.HasWorldTransformMatrix ? rayParams.WorldTransformMatrix : Matrix3D.Identity;
Core\CSharp\System\Windows\Media3D\RotateTransform3D.cs (1)
113return Matrix3D.Identity;
Core\CSharp\System\Windows\Media3D\Visual3D.cs (2)
1694Matrix3D m = Matrix3D.Identity; 1731m = Matrix3D.Identity;