6 writes to _nextAutoGenerationIndex
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\KeyTipService.cs (6)
530_nextAutoGenerationIndex++; 535_nextAutoGenerationIndex = 0; 543return _autoGenerationKeyTipPrefix + (NonZeroDigitCount - _nextAutoGenerationIndex++).ToString(culture); 548int alphaIndex = _nextAutoGenerationIndex++ - 9; 554_nextAutoGenerationIndex = 1; 1224_nextAutoGenerationIndex = 0;
4 references to _nextAutoGenerationIndex
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\KeyTipService.cs (4)
528if (_nextAutoGenerationIndex < NonZeroDigitCount) 531return _nextAutoGenerationIndex.ToString(culture); 536_autoGenerationKeyTipPrefix = _nextAutoGenerationIndex.ToString(culture); 540if (_nextAutoGenerationIndex < NonZeroDigitCount)