2 references to glyphCache
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
1776if (!glyphCache.TryGetValue(new KeyValuePair<string, bool>(iconName, menuItem.IsEnabled), out glyph)) 1781glyphCache[new KeyValuePair<string, bool>(iconName, menuItem.IsEnabled)] = glyph;