3 writes to _snapshotValue
PresentationCore (3)
System\Windows\Media\Animation\AnimationLayer.cs (3)
57
_snapshotValue
= GetCurrentValue(defaultDestinationValue);
65
_snapshotValue
= defaultDestinationValue;
177
_snapshotValue
= DependencyProperty.UnsetValue;
4 references to _snapshotValue
PresentationCore (4)
System\Windows\Media\Animation\AnimationLayer.cs (4)
238
return
_snapshotValue
;
245
Debug.Assert(
_snapshotValue
!= DependencyProperty.UnsetValue);
253
return
_snapshotValue
;
256
object currentLayerValue =
_snapshotValue
;