Base:
10 references to ToString
System.Xaml (8)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (8)
279
? SR.Format(SR.NoPropertyInCurrentFrame_GO, xamlType.
ToString
())
347
string err = SR.Format(SR.NoPropertyInCurrentFrame_SO, xamlType.
ToString
(),
348
_context.CurrentType.
ToString
());
426
string err = SR.Format(SR.OpenPropertyInCurrentFrame_EO, _context.CurrentType.
ToString
(),
601
err = SR.Format(SR.OpenPropertyInCurrentFrame_SM, _context.CurrentType.
ToString
(),
716
? SR.Format(SR.NoPropertyInCurrentFrame_EM, _context.CurrentType.
ToString
())
847
? SR.Format(SR.NoPropertyInCurrentFrame_V, value, _context.CurrentType.
ToString
())
927
_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)));