2 writes to _propertyTriggerLayers
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (2)
157_propertyTriggerLayers = null; 730storage._propertyTriggerLayers = propertyTriggerLayers;
13 references to _propertyTriggerLayers
PresentationCore (13)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (13)
51Debug.Assert( _propertyTriggerLayers == null 52|| _propertyTriggerLayers.Count > 0); 55&& _propertyTriggerLayers == null 146Debug.Assert(_propertyTriggerLayers != null); 147Debug.Assert(_propertyTriggerLayers.ContainsValue(layer)); 149int index = _propertyTriggerLayers.IndexOfValue(layer); 153_propertyTriggerLayers.RemoveAt(index); 155if (_propertyTriggerLayers.Count == 0) 725SortedList<Int64, AnimationLayer> propertyTriggerLayers = storage._propertyTriggerLayers; 923&& storage._propertyTriggerLayers == null) 943if (storage._propertyTriggerLayers != null) 945int count = storage._propertyTriggerLayers.Count; 949IList<AnimationLayer> layers = storage._propertyTriggerLayers.Values;