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