1 write to loadProgressDelegate
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PictureBox.cs (1)
662
loadProgressDelegate
= new SendOrPostCallback(LoadProgressDelegate);
2 references to loadProgressDelegate
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PictureBox.cs (2)
803
currentAsyncLoadOperation.Post(
loadProgressDelegate
,
813
currentAsyncLoadOperation.Post(
loadProgressDelegate
,