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