1 write to _z
PresentationCore (1)
MS\Internal\FontFace\MatchingStyle.cs (1)
168
_z
= z;
10 references to _z
PresentationCore (10)
MS\Internal\FontFace\MatchingStyle.cs (10)
192
get { return
_z
; }
200
get{ return _x * _x + _y * _y +
_z
*
_z
; }
209
return l._x * r._x + l._y * r._y + l.
_z
* r.
_z
;
218
return new Vector(l._x - r._x, l._y - r._y, l.
_z
- r.
_z
);
227
return ((l._x == r._x) && (l._y == r._y) && (l.
_z
== r.
_z
));
268
return _x.GetHashCode() ^ _y.GetHashCode() ^
_z
.GetHashCode();