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