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