1 write to _z
PresentationCore (1)
MS\Internal\FontFace\MatchingStyle.cs (1)
167
_z
= z;
10 references to _z
PresentationCore (10)
MS\Internal\FontFace\MatchingStyle.cs (10)
191
get { return
_z
; }
199
get{ return _x * _x + _y * _y +
_z
*
_z
; }
208
return l._x * r._x + l._y * r._y + l.
_z
* r.
_z
;
217
return new Vector(l._x - r._x, l._y - r._y, l.
_z
- r.
_z
);
226
return ((l._x == r._x) && (l._y == r._y) && (l.
_z
== r.
_z
));
265
return _x.GetHashCode() ^ _y.GetHashCode() ^
_z
.GetHashCode();