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