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