1 write to _loadCompletedDelegate
System.Windows.Forms (1)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
543_loadCompletedDelegate = new SendOrPostCallback(LoadCompletedDelegate);
2 references to _loadCompletedDelegate
System.Windows.Forms (2)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
541if (_loadCompletedDelegate is null) 608temp?.PostOperationCompleted(_loadCompletedDelegate!, new AsyncCompletedEventArgs(error, cancelled, null));