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)
1111operation._taskSource.SetCanceled();
Base\System\Windows\Threading\DispatcherOperation.cs (6)
53_taskSource.Initialize(this); 166return _taskSource.GetTask(); 286_taskSource.SetCanceled(); 498_taskSource.SetCanceled(); 504_taskSource.SetException(_exception); 508_taskSource.SetResult(_result);