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