1 write to _cachedRotationValue
PresentationCore (1)
System\Windows\Media3D\Generated\RotateTransform3D.cs (1)
127target._cachedRotationValue = (Rotation3D)e.NewValue;
2 references to _cachedRotationValue
PresentationCore (2)
System\Windows\Media3D\Generated\RotateTransform3D.cs (1)
213return _cachedRotationValue;
System\Windows\Media3D\RotateTransform3D.cs (1)
106Rotation3D rotation = _cachedRotationValue;