4 writes to _snapshotValue
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (4)
534
_snapshotValue
= DependencyProperty.UnsetValue;
629
storage.
_snapshotValue
= d.GetValue(dp);
813
storage.
_snapshotValue
= DependencyProperty.UnsetValue;
866
storage.
_snapshotValue
= d.GetValue(dp);
6 references to _snapshotValue
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (6)
56
&&
_snapshotValue
== DependencyProperty.UnsetValue;
919
return storage.
_snapshotValue
;
925
Debug.Assert(storage.
_snapshotValue
!= DependencyProperty.UnsetValue);
927
return storage.
_snapshotValue
;
974
if (storage.
_snapshotValue
!= DependencyProperty.UnsetValue)
976
currentLayerValue = storage.
_snapshotValue
;