Base:
8 references to ToString
System.Xaml (8)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (8)
274? SR.Format(SR.NoPropertyInCurrentFrame_GO, xamlType.ToString()) 341string err = SR.Format(SR.NoPropertyInCurrentFrame_SO, xamlType.ToString(), 342_context.CurrentType.ToString()); 416string err = SR.Format(SR.OpenPropertyInCurrentFrame_EO, _context.CurrentType.ToString(), 588err = SR.Format(SR.OpenPropertyInCurrentFrame_SM, _context.CurrentType.ToString(), 700? SR.Format(SR.NoPropertyInCurrentFrame_EM, _context.CurrentType.ToString()) 827? SR.Format(SR.NoPropertyInCurrentFrame_V, value, _context.CurrentType.ToString()) 905_context.CurrentType.ToString());