3 references to PICTUREBOXSTATE_asyncOperationInProgress
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PictureBox.cs (3)
642
if (pictureBoxState[
PICTUREBOXSTATE_asyncOperationInProgress
])
648
pictureBoxState[
PICTUREBOXSTATE_asyncOperationInProgress
] = true;
727
pictureBoxState[
PICTUREBOXSTATE_asyncOperationInProgress
] = false;