6 references to _unitStrings
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonControlLengthConverter.cs (6)
186if (goodString == _unitStrings[i]) 188strLenUnit = _unitStrings[i].Length; 193for (i = 1; i < _unitStrings.Length; ++i) 197if (goodString.EndsWith(_unitStrings[i], StringComparison.Ordinal)) 199strLenUnit = _unitStrings[i].Length; 208if (i >= _unitStrings.Length)