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