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)
75if (_cachedQuaternionValue == c_dirtyQuaternion) 95return _cachedQuaternionValue;