2 writes to _cachedKeyTipControls
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipService.cs (2)
1230_cachedKeyTipControls = null; 1548current._cachedKeyTipControls = new List<KeyTipControl>();
7 references to _cachedKeyTipControls
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\KeyTipService.cs (7)
1523if (current._cachedKeyTipControls != null && 1524current._cachedKeyTipControls.Count > 0) 1527int count = current._cachedKeyTipControls.Count; 1528keyTipControl = current._cachedKeyTipControls[count - 1]; 1529current._cachedKeyTipControls.RemoveAt(count - 1); 1546if (current._cachedKeyTipControls == null) 1550current._cachedKeyTipControls.Add(keyTipControl);