Base:
9 references to ToString
System.Xaml (9)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (8)
279? SR.Format(SR.NoPropertyInCurrentFrame_GO, xamlType.ToString()) 346string err = SR.Format(SR.NoPropertyInCurrentFrame_SO, xamlType.ToString(), 347_context.CurrentType.ToString()); 421string err = SR.Format(SR.OpenPropertyInCurrentFrame_EO, _context.CurrentType.ToString(), 593err = SR.Format(SR.OpenPropertyInCurrentFrame_SM, _context.CurrentType.ToString(), 705? SR.Format(SR.NoPropertyInCurrentFrame_EM, _context.CurrentType.ToString()) 832? SR.Format(SR.NoPropertyInCurrentFrame_V, value, _context.CurrentType.ToString()) 910_context.CurrentType.ToString());
System\Xaml\XamlMember.cs (1)
342return _declaringType.ToString() + "." + Name;