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