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