3 writes to _autoGenerationKeyTipPrefix
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\KeyTipService.cs (3)
535_autoGenerationKeyTipPrefix = _nextAutoGenerationIndex.ToString(culture); 556_autoGenerationKeyTipPrefix += i.ToString(culture); 1222_autoGenerationKeyTipPrefix = string.Empty;
4 references to _autoGenerationKeyTipPrefix
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\KeyTipService.cs (4)
525if (string.IsNullOrEmpty(_autoGenerationKeyTipPrefix)) 542return _autoGenerationKeyTipPrefix + (NonZeroDigitCount - _nextAutoGenerationIndex++).ToString(culture); 550return _autoGenerationKeyTipPrefix + QatKeyTipCharacters[alphaIndex]; 558return _autoGenerationKeyTipPrefix + i.ToString(culture);