6 writes to _nextAutoGenerationIndex
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\KeyTipService.cs (6)
533_nextAutoGenerationIndex++; 538_nextAutoGenerationIndex = 0; 546return _autoGenerationKeyTipPrefix + (NonZeroDigitCount - _nextAutoGenerationIndex++).ToString(culture); 551int alphaIndex = _nextAutoGenerationIndex++ - 9; 557_nextAutoGenerationIndex = 1; 1230_nextAutoGenerationIndex = 0;
4 references to _nextAutoGenerationIndex
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\KeyTipService.cs (4)
531if (_nextAutoGenerationIndex < NonZeroDigitCount) 534return _nextAutoGenerationIndex.ToString(culture); 539_autoGenerationKeyTipPrefix = _nextAutoGenerationIndex.ToString(culture); 543if (_nextAutoGenerationIndex < NonZeroDigitCount)