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