Base:
10 references to ToString
System.Xaml (8)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (8)
278
? SR.Format(SR.NoPropertyInCurrentFrame_GO, xamlType.
ToString
())
346
string err = SR.Format(SR.NoPropertyInCurrentFrame_SO, xamlType.
ToString
(),
347
_context.CurrentType.
ToString
());
425
string err = SR.Format(SR.OpenPropertyInCurrentFrame_EO, _context.CurrentType.
ToString
(),
600
err = SR.Format(SR.OpenPropertyInCurrentFrame_SM, _context.CurrentType.
ToString
(),
715
? SR.Format(SR.NoPropertyInCurrentFrame_EM, _context.CurrentType.
ToString
())
846
? SR.Format(SR.NoPropertyInCurrentFrame_V, value, _context.CurrentType.
ToString
())
926
_context.CurrentType.
ToString
());
System.Xaml.Tests (2)
System\Xaml\Replacements\TypeTypeConverterTests.cs (1)
250
Assert.Equal(expectedType.
ToString
(), converter.ConvertTo(context, null, typeof(int), typeof(string)));
System\Xaml\Schema\XamlTypeTypeConverterTests.cs (1)
249
Assert.Equal(type.
ToString
(), converter.ConvertTo(context, null, type, typeof(string)));