1 write to Cancelled
System.ComponentModel.EventBasedAsync (1)
System\ComponentModel\AsyncCompletedEvent.cs (1)
14
Cancelled
= cancelled;
25 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
PresentationFramework (17)
MS\Internal\AppModel\AppModelKnownContentFactory.cs (1)
120
if ((!args.
Cancelled
) && (args.Error != null))
MS\Internal\Documents\DocumentGridPage.cs (1)
306
!e.
Cancelled
&&
MS\Internal\Documents\PageCache.cs (2)
562
if (!args.
Cancelled
&& args.Error == null && args.DocumentPage != DocumentPage.Missing)
605
if (!args.
Cancelled
&& args.Error == null && args.DocumentPage != DocumentPage.Missing)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
246
if (!e.
Cancelled
&& e.Error == null && e.DocumentPage != DocumentPage.Missing)
252
e = new GetPageCompletedEventArgs(documentPage, e.PageNumber, e.Error, e.
Cancelled
, e.UserState);
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
718
if (!_disposed && (e != null) && !e.
Cancelled
&& e.Error == null)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1105
if (!e.
Cancelled
&& (e.Error == null))
System\Windows\Controls\SinglePageViewer.cs (1)
994
if (!e.
Cancelled
&& e.Error == null && e.UserState == _bringContentPositionIntoViewToken)
System\Windows\Documents\DocumentSequence.cs (2)
893
if (!args.
Cancelled
&& (args.Error == null) && (args.DocumentPage != DocumentPage.Missing))
899
if (!args.
Cancelled
)
System\Windows\Documents\FixedDocument.cs (1)
1229
if (!args.
Cancelled
&& (args.Error == null))
System\windows\Documents\TextEditor.cs (1)
1500
if (e != null && !e.
Cancelled
&& e.Error == null)
System\windows\Documents\TextEditorSelection.cs (4)
1768
if (e != null && !e.
Cancelled
&& e.Error == null)
1798
if (e != null && !e.
Cancelled
&& e.Error == null)
1830
if (e != null && !e.
Cancelled
&& e.Error == null)
1893
if (e != null && !e.
Cancelled
&& e.Error == null)
ReachFramework (1)
Serialization\Manager\XpsDocumentEvent.cs (1)
232
if (e.
Cancelled
== true)
System.ComponentModel.EventBasedAsync (1)
System\ComponentModel\AsyncCompletedEvent.cs (1)
25
else if (
Cancelled
)
System.Net.Mail (1)
System\Net\Mail\SmtpClient.cs (1)
763
else if (e.
Cancelled
) tcs.TrySetCanceled();
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)
618
if (!e.
Cancelled
&& e.Error is null)
633
if (!e.
Cancelled
)
WinFormsControlsTest (1)
PictureBoxes.cs (1)
48
if (e.
Cancelled
)