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