1 write to _currentActiveKeyTipElements
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipService.cs (1)
1025
_currentActiveKeyTipElements
= activeKeyTipElements;
8 references to _currentActiveKeyTipElements
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\KeyTipService.cs (8)
845
if (
_currentActiveKeyTipElements
.Count > 0)
879
foreach (DependencyObject element in
_currentActiveKeyTipElements
)
999
int currentActiveCount =
_currentActiveKeyTipElements
.Count;
1008
DependencyObject currentActiveElement =
_currentActiveKeyTipElements
[i];
1212
foreach (DependencyObject element in
_currentActiveKeyTipElements
)
1216
_currentActiveKeyTipElements
.Clear();
1239
_currentActiveKeyTipElements
.Clear();
1406
current.
_currentActiveKeyTipElements
.Add(element);