1 write to _currentActiveKeyTipElements
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipService.cs (1)
1026
_currentActiveKeyTipElements
= activeKeyTipElements;
8 references to _currentActiveKeyTipElements
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\KeyTipService.cs (8)
846
if (
_currentActiveKeyTipElements
.Count > 0)
880
foreach (DependencyObject element in
_currentActiveKeyTipElements
)
1000
int currentActiveCount =
_currentActiveKeyTipElements
.Count;
1009
DependencyObject currentActiveElement =
_currentActiveKeyTipElements
[i];
1213
foreach (DependencyObject element in
_currentActiveKeyTipElements
)
1217
_currentActiveKeyTipElements
.Clear();
1240
_currentActiveKeyTipElements
.Clear();
1407
current.
_currentActiveKeyTipElements
.Add(element);