3 references to _percentCharacter
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\KeyTimeConverter.cs (3)
92
else if (stringValue[stringValue.Length - 1] ==
_percentCharacter
[0])
94
stringValue = stringValue.TrimEnd(
_percentCharacter
);
204
return returnValue +
_percentCharacter
[0].ToString();