4 writes to _cachedQuaternionValue
PresentationCore (4)
System\Windows\Media3D\AxisAngleRotation3D.cs (4)
82
_cachedQuaternionValue
= new Quaternion(axis, Angle);
88
_cachedQuaternionValue
= Quaternion.Identity;
100
_cachedQuaternionValue
= c_dirtyQuaternion;
105
_cachedQuaternionValue
= c_dirtyQuaternion;
2 references to _cachedQuaternionValue
PresentationCore (2)
System\Windows\Media3D\AxisAngleRotation3D.cs (2)
72
if (
_cachedQuaternionValue
== c_dirtyQuaternion)
92
return
_cachedQuaternionValue
;