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)
541
if (
_loadCompletedDelegate
is null)
608
temp?.PostOperationCompleted(
_loadCompletedDelegate
!, new AsyncCompletedEventArgs(error, cancelled, null));