2 writes to Y
PresentationCore (2)
Core\CSharp\System\Windows\Media3D\Matrix3D.cs (2)
1147point.Y = x*_m12 + y*_m22 + z*_m32 + _offsetY; 1155point.Y /= w;
54 references to Y
PresentationCore (54)
Core\CSharp\MS\Internal\AnimatedTypeHelpers.cs (6)
203value1.Y + value2.Y, 305value1.Y - value2.Y, 553value.Y * factor, 672if (IsInvalidDouble(value.X) || IsInvalidDouble(value.Y) || IsInvalidDouble(value.Z))
Core\CSharp\MS\Internal\Media\XamlSerializationHelper.cs (1)
221WriteDouble( writer, curPoint.Y);
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (4)
853(p3D1.X == p3D2.X && p3D1.Y < p3D2.Y) || 854(p3D1.X == p3D2.X && p3D1.Y == p3D2.Y && p3D1.Z < p3D1.Z))
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (4)
93Point4D o = new Point4D(origin.X,origin.Y,origin.Z,1); 189matrix[1,col2]+s*origin.Y, 235double y1 = origin.Y; 508double[] rgfRayPos = new double[] { origin.X, origin.Y, origin.Z };
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (10)
36u*v0.Y + v*v1.Y + w*v2.Y, 58if (point.Y < bounds.Y) 60bounds.SizeY += (bounds.Y - point.Y); 61bounds.Y = point.Y; 63else if (point.Y > (bounds.Y + bounds.SizeY)) 65bounds.SizeY = point.Y - bounds.Y; 97Rect3D newBounds = new Rect3D(p.X, p.Y, p.Z, 0, 0, 0); 350Rect3D newBounds = new Rect3D(p.X, p.Y, p.Z, 0, 0, 0);
Core\CSharp\System\Windows\Media\Composition.cs (1)
68point.Y = (float) p.Y;
Core\CSharp\System\Windows\Media\Effects\ShaderEffect.cs (1)
953newVal.g = (float)p.Y;
Core\CSharp\System\Windows\Media3D\GeneralTransform3DTo2D.cs (1)
56result = _transformBetween2D.Transform(new Point(projectedPoint.X, projectedPoint.Y));
Core\CSharp\System\Windows\Media3D\Generated\Point3D.cs (5)
76point1.Y == point2.Y && 110point1.Y.Equals(point2.Y) && 161Y.GetHashCode() ^
Core\CSharp\System\Windows\Media3D\Matrix3D.cs (14)
322tmp = _m14 * center.Y; 329tmp = _m24 * center.Y; 336tmp = _m34 * center.Y; 343tmp = _m44 * center.Y; 364double csy = center.Y - center.Y * scale.Y; 1069_offsetY = center.Y - center.Y * scale.Y; 1122if (center.X != 0 || center.Y != 0 || center.Z != 0) 1124matrix._offsetX = -center.X*matrix._m11 - center.Y*matrix._m21 - center.Z*matrix._m31 + center.X; 1125matrix._offsetY = -center.X*matrix._m12 - center.Y*matrix._m22 - center.Z*matrix._m32 + center.Y; 1126matrix._offsetZ = -center.X*matrix._m13 - center.Y*matrix._m23 - center.Z*matrix._m33 + center.Z; 1143double y = point.Y;
Core\CSharp\System\Windows\Media3D\MatrixCamera.cs (1)
160double J32 = cameraToWorld.M32 - cameraToWorld.M34 * origin.Y;
Core\CSharp\System\Windows\Media3D\MeshGeometry3D.cs (4)
410double pz = worldPointHit.X * m.M13 + worldPointHit.Y * m.M23 + worldPointHit.Z * m.M33 + m.OffsetZ; 411double pw = worldPointHit.X * m.M14 + worldPointHit.Y * m.M24 + worldPointHit.Z * m.M34 + m.M44; 496double pz = worldPointHit.X * m.M13 + worldPointHit.Y * m.M23 + worldPointHit.Z * m.M33 + m.OffsetZ; 497double pw = worldPointHit.X * m.M14 + worldPointHit.Y * m.M24 + worldPointHit.Z * m.M34 + m.M44;
Core\CSharp\System\Windows\Media3D\RotateTransform3D.cs (1)
64CenterY = center.Y;
Core\CSharp\System\Windows\Media3D\ScaleTransform3D.cs (1)
75CenterY = center.Y;