4 references to resourceManager
System.Windows.Forms.DataVisualization (4)
Common\SR.cs (4)
12531
return
resourceManager
.GetString(key, _culture);
12536
return string.Format(global::System.Globalization.CultureInfo.CurrentCulture,
resourceManager
.GetString(key, _culture), arg0);
12541
return string.Format(global::System.Globalization.CultureInfo.CurrentCulture,
resourceManager
.GetString(key, _culture), arg0, arg1);
12546
return string.Format(global::System.Globalization.CultureInfo.CurrentCulture,
resourceManager
.GetString(key, _culture), arg0, arg1, arg2);