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)
846if (_currentActiveKeyTipElements.Count > 0) 880foreach (DependencyObject element in _currentActiveKeyTipElements) 1000int currentActiveCount = _currentActiveKeyTipElements.Count; 1009DependencyObject currentActiveElement = _currentActiveKeyTipElements[i]; 1213foreach (DependencyObject element in _currentActiveKeyTipElements) 1217_currentActiveKeyTipElements.Clear(); 1240_currentActiveKeyTipElements.Clear(); 1407current._currentActiveKeyTipElements.Add(element);