4 writes to _cachedQuaternionValue
PresentationCore (4)
Core\CSharp\System\Windows\Media3D\AxisAngleRotation3D.cs (4)
85
_cachedQuaternionValue
= new Quaternion(axis, Angle);
91
_cachedQuaternionValue
= Quaternion.Identity;
103
_cachedQuaternionValue
= c_dirtyQuaternion;
108
_cachedQuaternionValue
= c_dirtyQuaternion;
2 references to _cachedQuaternionValue
PresentationCore (2)
Core\CSharp\System\Windows\Media3D\AxisAngleRotation3D.cs (2)
75
if (
_cachedQuaternionValue
== c_dirtyQuaternion)
95
return
_cachedQuaternionValue
;