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