2 references to IconCache
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemModelItemViewModel.cs (2)
347if (icon == null && !TreeViewItemViewModel.IconCache.TryGetValue(modelItemType, out icon)) 385TreeViewItemViewModel.IconCache.Add(modelItemType, icon);