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