Base:
3 references to ToString
System.Xaml (2)
System\Xaml\XamlObjectReader.cs (2)
909
throw new InvalidOperationException(SR.Format(SR.AttachedPropertyOnTypeConvertedOrStringProperty, property.Name, value.ToString(), props[0].Key.
ToString
()));
913
throw new InvalidOperationException(SR.Format(SR.AttachedPropertyOnDictionaryKey, value.ToString(), props[0].Key.
ToString
()));
System.Xaml.Tests (1)
System\Xaml\AttachableMemberIdentifierTests.cs (1)
77
Assert.Equal(expected, identifier.
ToString
());