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