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