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)
849if (_currentActiveKeyTipElements.Count > 0) 883foreach (DependencyObject element in _currentActiveKeyTipElements) 1001int currentActiveCount = _currentActiveKeyTipElements.Count; 1010DependencyObject currentActiveElement = _currentActiveKeyTipElements[i]; 1215foreach (DependencyObject element in _currentActiveKeyTipElements) 1219_currentActiveKeyTipElements.Clear(); 1245_currentActiveKeyTipElements.Clear(); 1415current._currentActiveKeyTipElements.Add(element);