2 writes to currentAsyncLoadOperation
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PictureBox.cs (2)
657
currentAsyncLoadOperation
= AsyncOperationManager.CreateOperation(null);
689
currentAsyncLoadOperation
= null;
5 references to currentAsyncLoadOperation
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PictureBox.cs (5)
688
AsyncOperation temp =
currentAsyncLoadOperation
;
801
if (
currentAsyncLoadOperation
!= null)
803
currentAsyncLoadOperation
.Post(loadProgressDelegate,
811
if (
currentAsyncLoadOperation
!= null)
813
currentAsyncLoadOperation
.Post(loadProgressDelegate,