2 writes to _cachedKeyTipControls
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipService.cs (2)
1226_cachedKeyTipControls = null; 1532current._cachedKeyTipControls = new List<KeyTipControl>();
7 references to _cachedKeyTipControls
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\KeyTipService.cs (7)
1507if (current._cachedKeyTipControls != null && 1508current._cachedKeyTipControls.Count > 0) 1511int count = current._cachedKeyTipControls.Count; 1512keyTipControl = current._cachedKeyTipControls[count - 1]; 1513current._cachedKeyTipControls.RemoveAt(count - 1); 1530if (current._cachedKeyTipControls == null) 1534current._cachedKeyTipControls.Add(keyTipControl);