3 writes to _snapshotValue
PresentationCore (3)
System\Windows\Media\Animation\AnimationLayer.cs (3)
57_snapshotValue = GetCurrentValue(defaultDestinationValue); 65_snapshotValue = defaultDestinationValue; 177_snapshotValue = DependencyProperty.UnsetValue;
4 references to _snapshotValue
PresentationCore (4)
System\Windows\Media\Animation\AnimationLayer.cs (4)
238return _snapshotValue; 245Debug.Assert(_snapshotValue != DependencyProperty.UnsetValue); 253return _snapshotValue; 256object currentLayerValue = _snapshotValue;