1 write to CancellationSource
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Animation\HighPrecisionTimer.cs (1)
697
CancellationSource
= new CancellationTokenSource();
3 references to CancellationSource
System.Windows.Forms.Primitives (3)
System\Windows\Forms\Animation\HighPrecisionTimer.cs (3)
698
Token =
CancellationSource
.Token;
727
public void Cancel() =>
CancellationSource
.Cancel();
732
CancellationSource
.Dispose();