4 references to NonZeroDigitCount
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\KeyTipService.cs (4)
500if (keyTipValue > 0 && keyTipValue <= NonZeroDigitCount) 528if (_nextAutoGenerationIndex < NonZeroDigitCount) 540if (_nextAutoGenerationIndex < NonZeroDigitCount) 543return _autoGenerationKeyTipPrefix + (NonZeroDigitCount - _nextAutoGenerationIndex++).ToString(culture);