1 write to _taskSource
WindowsBase (1)
Base\System\Windows\Threading\DispatcherOperation.cs (1)
52
_taskSource
= taskSource;
7 references to _taskSource
WindowsBase (7)
Base\System\Windows\Threading\Dispatcher.cs (1)
1111
operation.
_taskSource
.SetCanceled();
Base\System\Windows\Threading\DispatcherOperation.cs (6)
53
_taskSource
.Initialize(this);
166
return
_taskSource
.GetTask();
286
_taskSource
.SetCanceled();
498
_taskSource
.SetCanceled();
504
_taskSource
.SetException(_exception);
508
_taskSource
.SetResult(_result);