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