10 references to AsyncCompletedEventHandler
PresentationCore (1)
Core\CSharp\System\Windows\Documents\DocumentPaginator.cs (1)
192public event AsyncCompletedEventHandler ComputePageCountCompleted;
PresentationFramework (1)
src\Framework\System\Windows\Markup\XamlReader.cs (1)
633public event AsyncCompletedEventHandler LoadCompleted;
System (5)
net\System\Net\webclient.cs (2)
2060public event AsyncCompletedEventHandler DownloadFileCompleted; 2741AsyncCompletedEventHandler handler = null;
sys\system\Media\SoundPlayer.cs (3)
461public event AsyncCompletedEventHandler LoadCompleted { 492AsyncCompletedEventHandler eh = (AsyncCompletedEventHandler) Events[EventLoadCompleted];
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PictureBox.cs (3)
857public event AsyncCompletedEventHandler LoadCompleted 1270AsyncCompletedEventHandler handler = (AsyncCompletedEventHandler)(Events[loadCompletedKey]);