2 writes to sortedTimerList
System.Activities (2)
System\Activities\Statements\TimerTable.cs (2)
27
this.
sortedTimerList
= new SortedTimerList();
43
set { this.
sortedTimerList
= value; }
12 references to sortedTimerList
System.Activities (12)
System\Activities\Statements\TimerTable.cs (12)
35
return this.
sortedTimerList
.Count;
42
get { return this.
sortedTimerList
; }
56
this.
sortedTimerList
.Add(timerData);
71
if (this.
sortedTimerList
.TryGetValue(bookmark, out expirationTimeData))
73
this.
sortedTimerList
.Remove(bookmark);
107
if (this.
sortedTimerList
.ContainsKey(bookmark))
130
if (this.
sortedTimerList
.Count > 0)
132
return this.
sortedTimerList
.Timers[0].ExpirationTime;
143
this.
sortedTimerList
.OnLoad();
145
foreach (TimerData timerData in this.
sortedTimerList
.Timers)
195
foreach (TimerData timerData in this.
sortedTimerList
.Timers)
201
this.
sortedTimerList
.Clear();