3 writes to _snapshotValue
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\AnimationLayer.cs (3)
54
_snapshotValue
= GetCurrentValue(defaultDestinationValue);
62
_snapshotValue
= defaultDestinationValue;
174
_snapshotValue
= DependencyProperty.UnsetValue;
4 references to _snapshotValue
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\AnimationLayer.cs (4)
235
return
_snapshotValue
;
242
Debug.Assert(
_snapshotValue
!= DependencyProperty.UnsetValue);
250
return
_snapshotValue
;
253
object currentLayerValue =
_snapshotValue
;