3 writes to _autoGenerationKeyTipPrefix
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\KeyTipService.cs (3)
539
_autoGenerationKeyTipPrefix
= _nextAutoGenerationIndex.ToString(culture);
560
_autoGenerationKeyTipPrefix
+= i.ToString(culture);
1225
_autoGenerationKeyTipPrefix
= string.Empty;
4 references to _autoGenerationKeyTipPrefix
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\KeyTipService.cs (4)
529
if (string.IsNullOrEmpty(
_autoGenerationKeyTipPrefix
))
546
return
_autoGenerationKeyTipPrefix
+ (NonZeroDigitCount - _nextAutoGenerationIndex++).ToString(culture);
554
return
_autoGenerationKeyTipPrefix
+ QatKeyTipCharacters[alphaIndex];
562
return
_autoGenerationKeyTipPrefix
+ i.ToString(culture);