1 write to _z
PresentationCore (1)
Core\CSharp\MS\Internal\FontFace\MatchingStyle.cs (1)
178_z = z;
10 references to _z
PresentationCore (10)
Core\CSharp\MS\Internal\FontFace\MatchingStyle.cs (10)
202get { return _z; } 210get{ return _x * _x + _y * _y + _z * _z; } 219return l._x * r._x + l._y * r._y + l._z * r._z; 228return new Vector(l._x - r._x, l._y - r._y, l._z - r._z); 237return ((l._x == r._x) && (l._y == r._y) && (l._z == r._z)); 278return _x.GetHashCode() ^ _y.GetHashCode() ^ _z.GetHashCode();