1 instantiation of AnimationLayer
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (1)
741layer = new AnimationLayer(storage);
7 references to AnimationLayer
PresentationCore (7)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (7)
144internal void RemoveLayer(AnimationLayer layer) 725SortedList<Int64, AnimationLayer> propertyTriggerLayers = storage._propertyTriggerLayers; 729propertyTriggerLayers = new SortedList<Int64, AnimationLayer>(1); 733AnimationLayer layer; 761AnimationLayer currentLayer; 949IList<AnimationLayer> layers = storage._propertyTriggerLayers.Values; 1172private SortedList<Int64, AnimationLayer> _propertyTriggerLayers;