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