1 write to Cancelled
System.ComponentModel.EventBasedAsync (1)
System\ComponentModel\AsyncCompletedEvent.cs (1)
14Cancelled = cancelled;
5 references to Cancelled
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\MyServices\Internal\WebClientCopy.vb (1)
105If Not e.Cancelled AndAlso e.Error Is Nothing Then
System.ComponentModel.EventBasedAsync (1)
System\ComponentModel\AsyncCompletedEvent.cs (1)
25else if (Cancelled)
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
1799else if (e.Cancelled) tcs.TrySetCanceled();
System.Windows.Forms (2)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
615if (!e.Cancelled && e.Error is null) 630if (!e.Cancelled)