1 override of SetCanceled
WindowsBase (1)
Base\System\Windows\Threading\DispatcherOperationTaskSource.cs (1)
42
public override void
SetCanceled
()
3 references to SetCanceled
WindowsBase (3)
Base\System\Windows\Threading\Dispatcher.cs (1)
1111
operation._taskSource.
SetCanceled
();
Base\System\Windows\Threading\DispatcherOperation.cs (2)
286
_taskSource.
SetCanceled
();
498
_taskSource.
SetCanceled
();