1 write to Token
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Animation\HighPrecisionTimer.cs (1)
698Token = CancellationSource.Token;
13 references to Token
System.Windows.Forms.Primitives (13)
System\Windows\Forms\Animation\HighPrecisionTimer.cs (13)
193while (!state.Token.IsCancellationRequested) 206if (state.Token.IsCancellationRequested) 234restart = !state.Token.IsCancellationRequested; 240restart = !state.Token.IsCancellationRequested; 270if (state.Token.IsCancellationRequested) 284return !state.Token.IsCancellationRequested; 299return !state.Token.IsCancellationRequested; 310while (!state.Token.IsCancellationRequested) 321return !state.Token.IsCancellationRequested; 338while (!state.Token.IsCancellationRequested 447ValueTask callbackTask = registration.Callback(registration.PendingTick, state.Token); 456catch (OperationCanceledException) when (state.Token.IsCancellationRequested) 477catch (OperationCanceledException) when (state.Token.IsCancellationRequested)