2 writes to _cultureCache
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipService.cs (2)
927Current._cultureCache = cultureCache = new Dictionary<XmlLanguage, CultureInfo>(); 1229_cultureCache = null;
1 reference to _cultureCache
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipService.cs (1)
914Dictionary<XmlLanguage, CultureInfo> cultureCache = Current._cultureCache;