3 writes to _autoGenerationKeyTipPrefix
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\KeyTipService.cs (3)
541
_autoGenerationKeyTipPrefix
= _nextAutoGenerationIndex.ToString(culture);
562
_autoGenerationKeyTipPrefix
+= i.ToString(culture);
1227
_autoGenerationKeyTipPrefix
= string.Empty;
4 references to _autoGenerationKeyTipPrefix
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\KeyTipService.cs (4)
531
if (string.IsNullOrEmpty(
_autoGenerationKeyTipPrefix
))
548
return
_autoGenerationKeyTipPrefix
+ (NonZeroDigitCount - _nextAutoGenerationIndex++).ToString(culture);
556
return
_autoGenerationKeyTipPrefix
+ QatKeyTipCharacters[alphaIndex];
564
return
_autoGenerationKeyTipPrefix
+ i.ToString(culture);