2 writes to _cachedKeyTipControls
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipService.cs (2)
1225_cachedKeyTipControls = null; 1531current._cachedKeyTipControls = new List<KeyTipControl>();
7 references to _cachedKeyTipControls
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\KeyTipService.cs (7)
1506if (current._cachedKeyTipControls != null && 1507current._cachedKeyTipControls.Count > 0) 1510int count = current._cachedKeyTipControls.Count; 1511keyTipControl = current._cachedKeyTipControls[count - 1]; 1512current._cachedKeyTipControls.RemoveAt(count - 1); 1529if (current._cachedKeyTipControls == null) 1533current._cachedKeyTipControls.Add(keyTipControl);