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