1 write to Y
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Matrix3D.cs (1)
1175point.Y = x*_m12 + y*_m22 + z*_m32 + w*_offsetY;
13 references to Y
PresentationCore (13)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (4)
103origin = new Point3D(o.X, o.Y, o.Z); 104direction = new Vector3D(d.X, d.Y, d.Z); 113double[,] linepoints = new double[,]{{o.X,d.X},{o.Y,d.Y},{o.Z,d.Z},{o.W,d.W}};
Core\CSharp\System\Windows\Media\Effects\ShaderEffect.cs (1)
969newVal.g = (float)p.Y;
Core\CSharp\System\Windows\Media3D\Generated\Point4D.cs (5)
76point1.Y == point2.Y && 111point1.Y.Equals(point2.Y) && 163Y.GetHashCode() ^
Core\CSharp\System\Windows\Media3D\Matrix3D.cs (1)
1170double y = point.Y;
Core\CSharp\System\Windows\Media3D\MatrixCamera.cs (1)
124origin4D.Y/origin4D.W,
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (1)
530Point point2D = new Point(point.X/point.W, point.Y/point.W);