6 writes to _nextAutoGenerationIndex
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\KeyTipService.cs (6)
530
_nextAutoGenerationIndex
++;
535
_nextAutoGenerationIndex
= 0;
543
return _autoGenerationKeyTipPrefix + (NonZeroDigitCount -
_nextAutoGenerationIndex
++).ToString(culture);
548
int alphaIndex =
_nextAutoGenerationIndex
++ - 9;
554
_nextAutoGenerationIndex
= 1;
1224
_nextAutoGenerationIndex
= 0;
4 references to _nextAutoGenerationIndex
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\KeyTipService.cs (4)
528
if (
_nextAutoGenerationIndex
< NonZeroDigitCount)
531
return
_nextAutoGenerationIndex
.ToString(culture);
536
_autoGenerationKeyTipPrefix =
_nextAutoGenerationIndex
.ToString(culture);
540
if (
_nextAutoGenerationIndex
< NonZeroDigitCount)