3 writes to _snapshotValue
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\AnimationLayer.cs (3)
54_snapshotValue = GetCurrentValue(defaultDestinationValue); 62_snapshotValue = defaultDestinationValue; 174_snapshotValue = DependencyProperty.UnsetValue;
4 references to _snapshotValue
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\AnimationLayer.cs (4)
235return _snapshotValue; 242Debug.Assert(_snapshotValue != DependencyProperty.UnsetValue); 250return _snapshotValue; 253object currentLayerValue = _snapshotValue;