5 references to _persistedStates
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PersistedStateContainer.cs (5)
29if (!_persistedStates.TryGetValue(key, out state)) 34_persistedStates[key] = state; 83_persistedStates[deserializedState.Key] = deserializedState; 93if (_persistedStates.Count == 0) 100foreach (PersistedState state in _persistedStates.Values)