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