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)
529if (string.IsNullOrEmpty(_autoGenerationKeyTipPrefix)) 546return _autoGenerationKeyTipPrefix + (NonZeroDigitCount - _nextAutoGenerationIndex++).ToString(culture); 554return _autoGenerationKeyTipPrefix + QatKeyTipCharacters[alphaIndex]; 562return _autoGenerationKeyTipPrefix + i.ToString(culture);