5 references to ConvertToString
PresentationCore (5)
System\Windows\Media\Color.cs (3)
223return ConvertToString(format, null); 239return ConvertToString(format, provider); 254return ConvertToString(format, provider);
System\Windows\Media\SolidColorBrush.cs (2)
140string strColor = scp.Color.ConvertToString(null, System.Windows.Markup.TypeConverterHelper.InvariantEnglishUS); 194string strBrush = Color.ConvertToString(format, provider);