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