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