4 writes to _cachedQuaternionValue
PresentationCore (4)
System\Windows\Media3D\AxisAngleRotation3D.cs (4)
83
_cachedQuaternionValue
= new Quaternion(axis, Angle);
89
_cachedQuaternionValue
= Quaternion.Identity;
101
_cachedQuaternionValue
= c_dirtyQuaternion;
106
_cachedQuaternionValue
= c_dirtyQuaternion;
2 references to _cachedQuaternionValue
PresentationCore (2)
System\Windows\Media3D\AxisAngleRotation3D.cs (2)
73
if (
_cachedQuaternionValue
== c_dirtyQuaternion)
93
return
_cachedQuaternionValue
;