3 writes to _autoGenerationKeyTipPrefix
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\KeyTipService.cs (3)
536_autoGenerationKeyTipPrefix = _nextAutoGenerationIndex.ToString(culture); 557_autoGenerationKeyTipPrefix += i.ToString(culture); 1223_autoGenerationKeyTipPrefix = string.Empty;
4 references to _autoGenerationKeyTipPrefix
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\KeyTipService.cs (4)
526if (string.IsNullOrEmpty(_autoGenerationKeyTipPrefix)) 543return _autoGenerationKeyTipPrefix + (NonZeroDigitCount - _nextAutoGenerationIndex++).ToString(culture); 551return _autoGenerationKeyTipPrefix + QatKeyTipCharacters[alphaIndex]; 559return _autoGenerationKeyTipPrefix + i.ToString(culture);