6 references to UnitStrings
PresentationFramework (6)
src\Framework\System\Windows\Markup\XamlGridLengthSerializer.cs (6)
213
if (goodString ==
UnitStrings
[i])
215
strLenUnit =
UnitStrings
[i].Length;
220
for (i = 1; i <
UnitStrings
.Length; ++i)
224
if (goodString.EndsWith(
UnitStrings
[i], StringComparison.Ordinal))
226
strLenUnit =
UnitStrings
[i].Length;
235
if (i >=
UnitStrings
.Length)