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