6 references to _unitStrings
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonControlLengthConverter.cs (6)
187if (goodString == _unitStrings[i]) 189strLenUnit = _unitStrings[i].Length; 194for (i = 1; i < _unitStrings.Length; ++i) 198if (goodString.EndsWith(_unitStrings[i], StringComparison.Ordinal)) 200strLenUnit = _unitStrings[i].Length; 209if (i >= _unitStrings.Length)