1 write to _cachedQuaternionValue
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Generated\QuaternionRotation3D.cs (1)
90target._cachedQuaternionValue = (Quaternion)e.NewValue;
2 references to _cachedQuaternionValue
PresentationCore (2)
Core\CSharp\System\Windows\Media3D\Generated\QuaternionRotation3D.cs (1)
107return _cachedQuaternionValue;
Core\CSharp\System\Windows\Media3D\QuaternionRotation3D.cs (1)
56internal override Quaternion InternalQuaternion { get { return _cachedQuaternionValue; } }