15 references to AsyncCompletedEventHandler
Microsoft.VisualStudio.TestPlatform.Common (4)
DataCollection\DataCollectionAttachmentManager.cs (2)
163public void AddAttachment(FileTransferInformation fileTransferInfo, AsyncCompletedEventHandler? sendFileCompletedCallback, Uri uri, string friendlyName) 237private void AddNewFileTransfer(FileTransferInformation fileTransferInfo, AsyncCompletedEventHandler? sendFileCompletedCallback, Uri uri, string friendlyName)
DataCollection\Interfaces\IDataCollectionAttachmentManager.cs (1)
58void AddAttachment(FileTransferInformation fileTransferInfo, AsyncCompletedEventHandler? sendFileCompletedCallback, Uri dataCollectorUri, string friendlyName);
DataCollection\TestPlatformDataCollectionSink.cs (1)
37public override event AsyncCompletedEventHandler? SendFileCompleted;
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
DataCollector\DataCollectionSink.cs (1)
23public abstract event AsyncCompletedEventHandler? SendFileCompleted;
netstandard (1)
netstandard.cs (1)
178[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AsyncCompletedEventHandler))]
PresentationCore (1)
System\Windows\Documents\DocumentPaginator.cs (1)
188public event AsyncCompletedEventHandler ComputePageCountCompleted;
PresentationFramework (1)
System\Windows\Markup\XamlReader.cs (1)
711public event AsyncCompletedEventHandler LoadCompleted;
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
164[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AsyncCompletedEventHandler))]
System.Net.WebClient (2)
System\Net\WebClient.cs (2)
68public event AsyncCompletedEventHandler? DownloadFileCompleted; 1681AsyncCompletedEventHandler? handler = null;
System.Windows.Extensions (2)
System\Media\SoundPlayer.cs (2)
431public event AsyncCompletedEventHandler? LoadCompleted 469((AsyncCompletedEventHandler?)Events[s_eventLoadCompleted])?.Invoke(this, e);
System.Windows.Forms (2)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
748public event AsyncCompletedEventHandler? LoadCompleted 1092((AsyncCompletedEventHandler?)(Events[s_loadCompletedKey]))?.Invoke(this, e);