2 writes to _persistenceIdToManagerTypeNameMap
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PropertyViewManagerStateContainer.cs (2)
101_persistenceIdToManagerTypeNameMap = new Dictionary<string, string>(); 164_persistenceIdToManagerTypeNameMap = new Dictionary<string, string>();
11 references to _persistenceIdToManagerTypeNameMap
System.Data (11)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PropertyViewManagerStateContainer.cs (11)
45if (_persistenceIdToManagerTypeNameMap == null || 46!_persistenceIdToManagerTypeNameMap.TryGetValue(persistenceId, out propertyViewManagerTypeName)) 88if (manager == null && _persistenceIdToManagerTypeNameMap == null) 95_persistenceIdToManagerTypeNameMap.Remove(persistenceId); 99if (_persistenceIdToManagerTypeNameMap == null) 104_persistenceIdToManagerTypeNameMap[persistenceId] = manager.GetType().Name; 116if (_persistenceIdToManagerTypeNameMap == null || _persistenceIdToManagerTypeNameMap.Count == 0) 122foreach (KeyValuePair<string, string> pair in _persistenceIdToManagerTypeNameMap) 162if (_persistenceIdToManagerTypeNameMap == null) 169_persistenceIdToManagerTypeNameMap[items[i++]] = items[i++];