2 writes to _localizedValue
System.Windows.Forms.DataVisualization (2)
Common\General\Chart.cs (2)
4033set { _localizedValue = value; } 4093this._localizedValue = localizedValue;
1 reference to _localizedValue
System.Windows.Forms.DataVisualization (1)
Common\General\Chart.cs (1)
4032get { return _localizedValue; }