2 references to _cache
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryNameMap.cs (2)
37
if (
_cache
.TryGetValue(categoryName, out localizedCategoryName))
43
_cache
[categoryName] = localizedCategoryName;