2 writes to _currentAsyncLoadOperation
System.Windows.Forms (2)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
539
_currentAsyncLoadOperation
= AsyncOperationManager.CreateOperation(null);
607
_currentAsyncLoadOperation
= null;
3 references to _currentAsyncLoadOperation
System.Windows.Forms (3)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (3)
606
AsyncOperation? temp =
_currentAsyncLoadOperation
;
710
_currentAsyncLoadOperation
?.Post(
718
_currentAsyncLoadOperation
?.Post(