2 writes to Y
PresentationCore (2)
System\Windows\Media3D\Matrix3D.cs (2)
1143point.Y = x*_m12 + y*_m22 + z*_m32 + _offsetY; 1151point.Y /= w;
54 references to Y
PresentationCore (54)
MS\Internal\AnimatedTypeHelpers.cs (6)
206value1.Y + value2.Y, 308value1.Y - value2.Y, 556value.Y * factor, 675if (IsInvalidDouble(value.X) || IsInvalidDouble(value.Y) || IsInvalidDouble(value.Z))
MS\Internal\Media\XamlSerializationHelper.cs (1)
213WriteDouble( writer, curPoint.Y);
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (4)
855(p3D1.X == p3D2.X && p3D1.Y < p3D2.Y) || 856(p3D1.X == p3D2.X && p3D1.Y == p3D2.Y && p3D1.Z < p3D1.Z))
MS\Internal\Media3D\LineUtil.cs (4)
92Point4D o = new Point4D(origin.X,origin.Y,origin.Z,1); 188matrix[1,col2]+s*origin.Y, 234double y1 = origin.Y; 507double[] rgfRayPos = new double[] { origin.X, origin.Y, origin.Z };
MS\Internal\Media3D\M3DUtil.cs (10)
35u*v0.Y + v*v1.Y + w*v2.Y, 57if (point.Y < bounds.Y) 59bounds.SizeY += (bounds.Y - point.Y); 60bounds.Y = point.Y; 62else if (point.Y > (bounds.Y + bounds.SizeY)) 64bounds.SizeY = point.Y - bounds.Y; 96Rect3D newBounds = new Rect3D(p.X, p.Y, p.Z, 0, 0, 0); 349Rect3D newBounds = new Rect3D(p.X, p.Y, p.Z, 0, 0, 0);
System\Windows\Media\Composition.cs (1)
66point.Y = (float) p.Y;
System\Windows\Media\Effects\ShaderEffect.cs (1)
936newVal.g = (float)p.Y;
System\Windows\Media3D\GeneralTransform3DTo2D.cs (1)
50result = _transformBetween2D.Transform(new Point(projectedPoint.X, projectedPoint.Y));
System\Windows\Media3D\Generated\Point3D.cs (5)
71point1.Y == point2.Y && 105point1.Y.Equals(point2.Y) && 156Y.GetHashCode() ^
System\Windows\Media3D\Matrix3D.cs (14)
318tmp = _m14 * center.Y; 325tmp = _m24 * center.Y; 332tmp = _m34 * center.Y; 339tmp = _m44 * center.Y; 360double csy = center.Y - center.Y * scale.Y; 1065_offsetY = center.Y - center.Y * scale.Y; 1118if (center.X != 0 || center.Y != 0 || center.Z != 0) 1120matrix._offsetX = -center.X*matrix._m11 - center.Y*matrix._m21 - center.Z*matrix._m31 + center.X; 1121matrix._offsetY = -center.X*matrix._m12 - center.Y*matrix._m22 - center.Z*matrix._m32 + center.Y; 1122matrix._offsetZ = -center.X*matrix._m13 - center.Y*matrix._m23 - center.Z*matrix._m33 + center.Z; 1139double y = point.Y;
System\Windows\Media3D\MatrixCamera.cs (1)
158double J32 = cameraToWorld.M32 - cameraToWorld.M34 * origin.Y;
System\Windows\Media3D\MeshGeometry3D.cs (4)
405double pz = worldPointHit.X * m.M13 + worldPointHit.Y * m.M23 + worldPointHit.Z * m.M33 + m.OffsetZ; 406double pw = worldPointHit.X * m.M14 + worldPointHit.Y * m.M24 + worldPointHit.Z * m.M34 + m.M44; 491double pz = worldPointHit.X * m.M13 + worldPointHit.Y * m.M23 + worldPointHit.Z * m.M33 + m.OffsetZ; 492double pw = worldPointHit.X * m.M14 + worldPointHit.Y * m.M24 + worldPointHit.Z * m.M34 + m.M44;
System\Windows\Media3D\RotateTransform3D.cs (1)
61CenterY = center.Y;
System\Windows\Media3D\ScaleTransform3D.cs (1)
72CenterY = center.Y;