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