4 references to NonZeroDigitCount
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\KeyTipService.cs (4)
505if (keyTipValue > 0 && keyTipValue <= NonZeroDigitCount) 533if (_nextAutoGenerationIndex < NonZeroDigitCount) 545if (_nextAutoGenerationIndex < NonZeroDigitCount) 548return _autoGenerationKeyTipPrefix + (NonZeroDigitCount - _nextAutoGenerationIndex++).ToString(culture);