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