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