System\Xaml\InfosetObjects\XamlObjectWriter.cs (4)
1076throw lineInfo.WithLineInfo(new XamlObjectWriterException(SR.Format(SR.MissingKey, instanceType.Name)));
1246string msg = string.Format(TypeConverterHelper.InvariantEnglishUS, SR.NoSuchConstructor, rawArgs.Count, meType.Name);
1262Logic_CreateFromValue(ctx, pparamType.TypeConverter, pparam.Value, null, pparamType.Name) :
1287inst = Logic_CreateFromValue(ctx, ts, value, null, xamlType.Name);