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