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