6 writes to _nextAutoGenerationIndex
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\KeyTipService.cs (6)
529_nextAutoGenerationIndex++; 534_nextAutoGenerationIndex = 0; 542return _autoGenerationKeyTipPrefix + (NonZeroDigitCount - _nextAutoGenerationIndex++).ToString(culture); 547int alphaIndex = _nextAutoGenerationIndex++ - 9; 553_nextAutoGenerationIndex = 1; 1223_nextAutoGenerationIndex = 0;
4 references to _nextAutoGenerationIndex
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\KeyTipService.cs (4)
527if (_nextAutoGenerationIndex < NonZeroDigitCount) 530return _nextAutoGenerationIndex.ToString(culture); 535_autoGenerationKeyTipPrefix = _nextAutoGenerationIndex.ToString(culture); 539if (_nextAutoGenerationIndex < NonZeroDigitCount)