2 writes to _currentAsyncLoadOperation
System.Windows.Forms (2)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
537
_currentAsyncLoadOperation
= AsyncOperationManager.CreateOperation(null);
605
_currentAsyncLoadOperation
= null;
3 references to _currentAsyncLoadOperation
System.Windows.Forms (3)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (3)
604
AsyncOperation? temp =
_currentAsyncLoadOperation
;
708
_currentAsyncLoadOperation
?.Post(
716
_currentAsyncLoadOperation
?.Post(