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)
233return _snapshotValue; 240Debug.Assert(_snapshotValue != DependencyProperty.UnsetValue); 248return _snapshotValue; 251object currentLayerValue = _snapshotValue;