3 writes to _emptyPointCustomProperties
System.Web.DataVisualization (3)
Common\DataManager\DataSeries.cs (3)
573this._emptyPointCustomProperties = new DataPointCustomProperties(this, false); 2090_emptyPointCustomProperties = value; 2675this._emptyPointCustomProperties = null;
12 references to _emptyPointCustomProperties
System.Web.DataVisualization (12)
Common\DataManager\DataSeries.cs (12)
574 this._emptyPointCustomProperties.series = this; 590_emptyPointCustomProperties.SetDefault(true); 591_emptyPointCustomProperties.pointCustomProperties = true; 2082return _emptyPointCustomProperties; 2086if (value.series == null && _emptyPointCustomProperties.series != null) 2088value.series = _emptyPointCustomProperties.series; 2091_emptyPointCustomProperties.pointCustomProperties = false; 2092_emptyPointCustomProperties.SetDefault(false); 2093_emptyPointCustomProperties.pointCustomProperties = true; 2094_emptyPointCustomProperties.Parent = this; 2672if (this._emptyPointCustomProperties != null) 2674this._emptyPointCustomProperties.Dispose();