1 write to _timers
WindowsBase (1)
Base\System\Windows\Threading\Dispatcher.cs (1)
2107
_timers
= null;
7 references to _timers
WindowsBase (7)
Base\System\Windows\Threading\Dispatcher.cs (7)
2819
timers =
_timers
;
2844
while(iTimer <
_timers
.Count)
2883
_timers
.Add(timer);
2896
_timers
.Remove(timer);
2929
if(
_timers
.Count > 0)
2932
for(int i = 0; i <
_timers
.Count; i++)
2934
DispatcherTimer timer =
_timers
[i];