2 writes to _propertyTriggerLayers
PresentationCore (2)
System\Windows\Media\Animation\AnimationStorage.cs (2)
156_propertyTriggerLayers = null; 722storage._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) 717SortedList<Int64, AnimationLayer> propertyTriggerLayers = storage._propertyTriggerLayers; 915&& storage._propertyTriggerLayers == null) 935if (storage._propertyTriggerLayers != null) 937int count = storage._propertyTriggerLayers.Count; 941IList<AnimationLayer> layers = storage._propertyTriggerLayers.Values;