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