2 references to ParseColor
PresentationCore (2)
Core\CSharp\System\Windows\Media\ColorConverter.cs (1)
95return Parsers.ParseColor(value as string, ci, td);
Core\CSharp\System\Windows\Media\Parsers.cs (1)
200return ParseColor(color, formatProvider, null);