2 writes to _propertyTriggerLayers
PresentationCore (2)
System\Windows\Media\Animation\AnimationStorage.cs (2)
159_propertyTriggerLayers = null; 729storage._propertyTriggerLayers = propertyTriggerLayers;
13 references to _propertyTriggerLayers
PresentationCore (13)
System\Windows\Media\Animation\AnimationStorage.cs (13)
53Debug.Assert( _propertyTriggerLayers == null 54|| _propertyTriggerLayers.Count > 0); 57&& _propertyTriggerLayers == null 148Debug.Assert(_propertyTriggerLayers != null); 149Debug.Assert(_propertyTriggerLayers.ContainsValue(layer)); 151int index = _propertyTriggerLayers.IndexOfValue(layer); 155_propertyTriggerLayers.RemoveAt(index); 157if (_propertyTriggerLayers.Count == 0) 724SortedList<Int64, AnimationLayer> propertyTriggerLayers = storage._propertyTriggerLayers; 922&& storage._propertyTriggerLayers == null) 942if (storage._propertyTriggerLayers != null) 944int count = storage._propertyTriggerLayers.Count; 948IList<AnimationLayer> layers = storage._propertyTriggerLayers.Values;