4 references to NonZeroDigitCount
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\KeyTipService.cs (4)
499if (keyTipValue > 0 && keyTipValue <= NonZeroDigitCount) 527if (_nextAutoGenerationIndex < NonZeroDigitCount) 539if (_nextAutoGenerationIndex < NonZeroDigitCount) 542return _autoGenerationKeyTipPrefix + (NonZeroDigitCount - _nextAutoGenerationIndex++).ToString(culture);