4 writes to _snapshotValue
PresentationCore (4)
System\Windows\Media\Animation\AnimationStorage.cs (4)
528
_snapshotValue
= DependencyProperty.UnsetValue;
621
storage.
_snapshotValue
= d.GetValue(dp);
804
storage.
_snapshotValue
= DependencyProperty.UnsetValue;
857
storage.
_snapshotValue
= d.GetValue(dp);
6 references to _snapshotValue
PresentationCore (6)
System\Windows\Media\Animation\AnimationStorage.cs (6)
54
&&
_snapshotValue
== DependencyProperty.UnsetValue;
910
return storage.
_snapshotValue
;
916
Debug.Assert(storage.
_snapshotValue
!= DependencyProperty.UnsetValue);
918
return storage.
_snapshotValue
;
965
if (storage.
_snapshotValue
!= DependencyProperty.UnsetValue)
967
currentLayerValue = storage.
_snapshotValue
;