11 references to _list
System.Web.DataVisualization (11)
WebForm\General\ChartHttpHandler.cs (11)
1790
this.
_list
.AddLast(new RingItem(
_list
.Count));
1791
this._current = this.
_list
.First;
1830
if (!this.IsExpired(this.
_list
.First.Value, now))
1832
this.
_list
.AddLast(new RingItem(
_list
.Count));
1833
this._current = this.
_list
.Last;
1837
this._current = this.
_list
.First;
1844
this.
_list
.AddAfter(this._current, new RingItem(
_list
.Count));
1892
foreach (RingItem item in this.
_list
)