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)
845if (_currentActiveKeyTipElements.Count > 0) 879foreach (DependencyObject element in _currentActiveKeyTipElements) 999int currentActiveCount = _currentActiveKeyTipElements.Count; 1008DependencyObject currentActiveElement = _currentActiveKeyTipElements[i]; 1212foreach (DependencyObject element in _currentActiveKeyTipElements) 1216_currentActiveKeyTipElements.Clear(); 1239_currentActiveKeyTipElements.Clear(); 1406current._currentActiveKeyTipElements.Add(element);