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