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)
531if (string.IsNullOrEmpty(_autoGenerationKeyTipPrefix)) 548return _autoGenerationKeyTipPrefix + (NonZeroDigitCount - _nextAutoGenerationIndex++).ToString(culture); 556return _autoGenerationKeyTipPrefix + QatKeyTipCharacters[alphaIndex]; 564return _autoGenerationKeyTipPrefix + i.ToString(culture);