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