Base:
8 references to ToString
System.Xaml (8)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (8)
272? SR.Format(SR.NoPropertyInCurrentFrame_GO, xamlType.ToString()) 339string err = SR.Format(SR.NoPropertyInCurrentFrame_SO, xamlType.ToString(), 340_context.CurrentType.ToString()); 414string err = SR.Format(SR.OpenPropertyInCurrentFrame_EO, _context.CurrentType.ToString(), 586err = SR.Format(SR.OpenPropertyInCurrentFrame_SM, _context.CurrentType.ToString(), 698? SR.Format(SR.NoPropertyInCurrentFrame_EM, _context.CurrentType.ToString()) 825? SR.Format(SR.NoPropertyInCurrentFrame_V, value, _context.CurrentType.ToString()) 903_context.CurrentType.ToString());