Base:
2 references to ToString
System.Xaml (2)
System\Xaml\XamlObjectReader.cs (2)
915
throw new InvalidOperationException(SR.Format(SR.AttachedPropertyOnTypeConvertedOrStringProperty, property.Name, value.ToString(), props[0].Key.
ToString
()));
919
throw new InvalidOperationException(SR.Format(SR.AttachedPropertyOnDictionaryKey, value.ToString(), props[0].Key.
ToString
()));