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