3 writes to _snapshotValue
PresentationCore (3)
System\Windows\Media\Animation\AnimationLayer.cs (3)
53_snapshotValue = GetCurrentValue(defaultDestinationValue); 61_snapshotValue = defaultDestinationValue; 173_snapshotValue = DependencyProperty.UnsetValue;
4 references to _snapshotValue
PresentationCore (4)
System\Windows\Media\Animation\AnimationLayer.cs (4)
234return _snapshotValue; 241Debug.Assert(_snapshotValue != DependencyProperty.UnsetValue); 249return _snapshotValue; 252object currentLayerValue = _snapshotValue;