2 writes to _cachedKeyTipControls
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipService.cs (2)
1228_cachedKeyTipControls = null; 1546current._cachedKeyTipControls = new List<KeyTipControl>();
7 references to _cachedKeyTipControls
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\KeyTipService.cs (7)
1521if (current._cachedKeyTipControls != null && 1522current._cachedKeyTipControls.Count > 0) 1525int count = current._cachedKeyTipControls.Count; 1526keyTipControl = current._cachedKeyTipControls[count - 1]; 1527current._cachedKeyTipControls.RemoveAt(count - 1); 1544if (current._cachedKeyTipControls == null) 1548current._cachedKeyTipControls.Add(keyTipControl);