1 write to _cachedQuaternionValue
PresentationCore (1)
System\Windows\Media3D\Generated\QuaternionRotation3D.cs (1)
84
target.
_cachedQuaternionValue
= (Quaternion)e.NewValue;
2 references to _cachedQuaternionValue
PresentationCore (2)
System\Windows\Media3D\Generated\QuaternionRotation3D.cs (1)
101
return
_cachedQuaternionValue
;
System\Windows\Media3D\QuaternionRotation3D.cs (1)
53
internal override Quaternion InternalQuaternion { get { return
_cachedQuaternionValue
; } }