2 writes to _propertyTriggerLayers
PresentationCore (2)
System\Windows\Media\Animation\AnimationStorage.cs (2)
155_propertyTriggerLayers = null; 721storage._propertyTriggerLayers = propertyTriggerLayers;
13 references to _propertyTriggerLayers
PresentationCore (13)
System\Windows\Media\Animation\AnimationStorage.cs (13)
49Debug.Assert( _propertyTriggerLayers == null 50|| _propertyTriggerLayers.Count > 0); 53&& _propertyTriggerLayers == null 144Debug.Assert(_propertyTriggerLayers != null); 145Debug.Assert(_propertyTriggerLayers.ContainsValue(layer)); 147int index = _propertyTriggerLayers.IndexOfValue(layer); 151_propertyTriggerLayers.RemoveAt(index); 153if (_propertyTriggerLayers.Count == 0) 716SortedList<Int64, AnimationLayer> propertyTriggerLayers = storage._propertyTriggerLayers; 914&& storage._propertyTriggerLayers == null) 934if (storage._propertyTriggerLayers != null) 936int count = storage._propertyTriggerLayers.Count; 940IList<AnimationLayer> layers = storage._propertyTriggerLayers.Values;