6 writes to _nextAutoGenerationIndex
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\KeyTipService.cs (6)
533
_nextAutoGenerationIndex
++;
538
_nextAutoGenerationIndex
= 0;
546
return _autoGenerationKeyTipPrefix + (NonZeroDigitCount -
_nextAutoGenerationIndex
++).ToString(culture);
551
int alphaIndex =
_nextAutoGenerationIndex
++ - 9;
557
_nextAutoGenerationIndex
= 1;
1230
_nextAutoGenerationIndex
= 0;
4 references to _nextAutoGenerationIndex
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\KeyTipService.cs (4)
531
if (
_nextAutoGenerationIndex
< NonZeroDigitCount)
534
return
_nextAutoGenerationIndex
.ToString(culture);
539
_autoGenerationKeyTipPrefix =
_nextAutoGenerationIndex
.ToString(culture);
543
if (
_nextAutoGenerationIndex
< NonZeroDigitCount)