6 writes to _nextAutoGenerationIndex
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\KeyTipService.cs (6)
535_nextAutoGenerationIndex++; 540_nextAutoGenerationIndex = 0; 548return _autoGenerationKeyTipPrefix + (NonZeroDigitCount - _nextAutoGenerationIndex++).ToString(culture); 553int alphaIndex = _nextAutoGenerationIndex++ - 9; 559_nextAutoGenerationIndex = 1; 1228_nextAutoGenerationIndex = 0;
4 references to _nextAutoGenerationIndex
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\KeyTipService.cs (4)
533if (_nextAutoGenerationIndex < NonZeroDigitCount) 536return _nextAutoGenerationIndex.ToString(culture); 541_autoGenerationKeyTipPrefix = _nextAutoGenerationIndex.ToString(culture); 545if (_nextAutoGenerationIndex < NonZeroDigitCount)