3 writes to _snapshotValue
PresentationCore (3)
System\Windows\Media\Animation\AnimationLayer.cs (3)
52
_snapshotValue
= GetCurrentValue(defaultDestinationValue);
60
_snapshotValue
= defaultDestinationValue;
172
_snapshotValue
= DependencyProperty.UnsetValue;
4 references to _snapshotValue
PresentationCore (4)
System\Windows\Media\Animation\AnimationLayer.cs (4)
233
return
_snapshotValue
;
240
Debug.Assert(
_snapshotValue
!= DependencyProperty.UnsetValue);
248
return
_snapshotValue
;
251
object currentLayerValue =
_snapshotValue
;