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