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