3 writes to _snapshotValue
PresentationCore (3)
System\Windows\Media\Animation\AnimationLayer.cs (3)
53
_snapshotValue
= GetCurrentValue(defaultDestinationValue);
61
_snapshotValue
= defaultDestinationValue;
173
_snapshotValue
= DependencyProperty.UnsetValue;
4 references to _snapshotValue
PresentationCore (4)
System\Windows\Media\Animation\AnimationLayer.cs (4)
234
return
_snapshotValue
;
241
Debug.Assert(
_snapshotValue
!= DependencyProperty.UnsetValue);
249
return
_snapshotValue
;
252
object currentLayerValue =
_snapshotValue
;