8 references to UnitStrings
PresentationFramework (8)
src\Framework\System\Windows\Markup\XamlFigureLengthSerializer.cs (8)
212
if (goodString ==
UnitStrings
[i].Name)
214
strLenUnit =
UnitStrings
[i].Name.Length;
215
unit =
UnitStrings
[i].UnitType;
219
for (i = 1; i <
UnitStrings
.Length; ++i)
223
if (goodString.EndsWith(
UnitStrings
[i].Name, StringComparison.Ordinal))
225
strLenUnit =
UnitStrings
[i].Name.Length;
226
unit =
UnitStrings
[i].UnitType;
234
if (i >=
UnitStrings
.Length)