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