1 write to _currentActiveKeyTipElements
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipService.cs (1)
1027
_currentActiveKeyTipElements
= activeKeyTipElements;
8 references to _currentActiveKeyTipElements
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\KeyTipService.cs (8)
849
if (
_currentActiveKeyTipElements
.Count > 0)
883
foreach (DependencyObject element in
_currentActiveKeyTipElements
)
1001
int currentActiveCount =
_currentActiveKeyTipElements
.Count;
1010
DependencyObject currentActiveElement =
_currentActiveKeyTipElements
[i];
1215
foreach (DependencyObject element in
_currentActiveKeyTipElements
)
1219
_currentActiveKeyTipElements
.Clear();
1245
_currentActiveKeyTipElements
.Clear();
1415
current.
_currentActiveKeyTipElements
.Add(element);