1 write to _cachedRotationValue
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Generated\RotateTransform3D.cs (1)
137
target.
_cachedRotationValue
= (Rotation3D)e.NewValue;
2 references to _cachedRotationValue
PresentationCore (2)
Core\CSharp\System\Windows\Media3D\Generated\RotateTransform3D.cs (1)
223
return
_cachedRotationValue
;
Core\CSharp\System\Windows\Media3D\RotateTransform3D.cs (1)
109
Rotation3D rotation =
_cachedRotationValue
;