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