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