2 writes to _propertyTriggerLayers
PresentationCore (2)
System\Windows\Media\Animation\AnimationStorage.cs (2)
156_propertyTriggerLayers = null; 726storage._propertyTriggerLayers = propertyTriggerLayers;
13 references to _propertyTriggerLayers
PresentationCore (13)
System\Windows\Media\Animation\AnimationStorage.cs (13)
50Debug.Assert( _propertyTriggerLayers == null 51|| _propertyTriggerLayers.Count > 0); 54&& _propertyTriggerLayers == null 145Debug.Assert(_propertyTriggerLayers != null); 146Debug.Assert(_propertyTriggerLayers.ContainsValue(layer)); 148int index = _propertyTriggerLayers.IndexOfValue(layer); 152_propertyTriggerLayers.RemoveAt(index); 154if (_propertyTriggerLayers.Count == 0) 721SortedList<Int64, AnimationLayer> propertyTriggerLayers = storage._propertyTriggerLayers; 919&& storage._propertyTriggerLayers == null) 939if (storage._propertyTriggerLayers != null) 941int count = storage._propertyTriggerLayers.Count; 945IList<AnimationLayer> layers = storage._propertyTriggerLayers.Values;