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)
123if ((!args.Cancelled) && (args.Error != null))
MS\Internal\Documents\DocumentGridPage.cs (1)
309!e.Cancelled &&
MS\Internal\Documents\PageCache.cs (2)
561if (!args.Cancelled && args.Error == null && args.DocumentPage != DocumentPage.Missing) 604if (!args.Cancelled && args.Error == null && args.DocumentPage != DocumentPage.Missing)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
245if (!e.Cancelled && e.Error == null && e.DocumentPage != DocumentPage.Missing) 251e = new GetPageCompletedEventArgs(documentPage, e.PageNumber, e.Error, e.Cancelled, e.UserState);
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
721if (!_disposed && (e != null) && !e.Cancelled && e.Error == null)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1083if (!e.Cancelled && (e.Error == null))
System\Windows\Controls\SinglePageViewer.cs (1)
995if (!e.Cancelled && e.Error == null && e.UserState == _bringContentPositionIntoViewToken)
System\Windows\Documents\DocumentSequence.cs (2)
880if (!args.Cancelled && (args.Error == null) && (args.DocumentPage != DocumentPage.Missing)) 886if (!args.Cancelled)
System\Windows\Documents\FixedDocument.cs (1)
1227if (!args.Cancelled && (args.Error == null))
System\windows\Documents\TextEditor.cs (1)
1487if (e != null && !e.Cancelled && e.Error == null)
System\windows\Documents\TextEditorSelection.cs (4)
1767if (e != null && !e.Cancelled && e.Error == null) 1797if (e != null && !e.Cancelled && e.Error == null) 1829if (e != null && !e.Cancelled && e.Error == null) 1892if (e != null && !e.Cancelled && e.Error == null)
ReachFramework (1)
Serialization\Manager\XpsDocumentEvent.cs (1)
228if (e.Cancelled)
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)
617if (!e.Cancelled && e.Error is null) 632if (!e.Cancelled)
WinFormsControlsTest (1)
PictureBoxes.cs (1)
48if (e.Cancelled)