10 references to AsyncCompletedEventHandler
netstandard (1)
netstandard.cs (1)
178[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AsyncCompletedEventHandler))]
PresentationCore (1)
System\Windows\Documents\DocumentPaginator.cs (1)
189public event AsyncCompletedEventHandler ComputePageCountCompleted;
PresentationFramework (1)
System\Windows\Markup\XamlReader.cs (1)
715public event AsyncCompletedEventHandler LoadCompleted;
System (1)
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 (1)
artifacts\obj\System.Windows.Extensions\Debug\net10.0\System.Windows.Extensions.notsupported.cs (1)
25public event System.ComponentModel.AsyncCompletedEventHandler? LoadCompleted { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } }
System.Windows.Forms (2)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
751public event AsyncCompletedEventHandler? LoadCompleted 1098((AsyncCompletedEventHandler?)(Events[s_loadCompletedKey]))?.Invoke(this, e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\PictureBoxTests.cs (1)
2409AsyncCompletedEventHandler handler = (sender, e) =>