2 writes to _cachedKeyTipControls
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipService.cs (2)
1228
_cachedKeyTipControls
= null;
1546
current.
_cachedKeyTipControls
= new List<KeyTipControl>();
7 references to _cachedKeyTipControls
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\KeyTipService.cs (7)
1521
if (current.
_cachedKeyTipControls
!= null &&
1522
current.
_cachedKeyTipControls
.Count > 0)
1525
int count = current.
_cachedKeyTipControls
.Count;
1526
keyTipControl = current.
_cachedKeyTipControls
[count - 1];
1527
current.
_cachedKeyTipControls
.RemoveAt(count - 1);
1544
if (current.
_cachedKeyTipControls
== null)
1548
current.
_cachedKeyTipControls
.Add(keyTipControl);