1 instantiation of AnimationLayer
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
732
layer = new
AnimationLayer
(storage);
7 references to AnimationLayer
PresentationCore (7)
System\Windows\Media\Animation\AnimationStorage.cs (7)
142
internal void RemoveLayer(
AnimationLayer
layer)
716
SortedList<Int64,
AnimationLayer
> propertyTriggerLayers = storage._propertyTriggerLayers;
720
propertyTriggerLayers = new SortedList<Int64,
AnimationLayer
>(1);
724
AnimationLayer
layer;
752
AnimationLayer
currentLayer;
940
IList<
AnimationLayer
> layers = storage._propertyTriggerLayers.Values;
1157
private SortedList<Int64,
AnimationLayer
> _propertyTriggerLayers;