1 instantiation of AnimationLayer
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
733
layer = new
AnimationLayer
(storage);
7 references to AnimationLayer
PresentationCore (7)
System\Windows\Media\Animation\AnimationStorage.cs (7)
143
internal void RemoveLayer(
AnimationLayer
layer)
717
SortedList<Int64,
AnimationLayer
> propertyTriggerLayers = storage._propertyTriggerLayers;
721
propertyTriggerLayers = new SortedList<Int64,
AnimationLayer
>(1);
725
AnimationLayer
layer;
753
AnimationLayer
currentLayer;
941
IList<
AnimationLayer
> layers = storage._propertyTriggerLayers.Values;
1158
private SortedList<Int64,
AnimationLayer
> _propertyTriggerLayers;