2 references to Cache
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\CachedResourceDictionaryExtension.cs (2)
25
if (!
Cache
.TryGetValue(this.Source, out resourceDictionary))
29
Cache
.Add(this.Source, resourceDictionary);