5 references to PICTUREBOXSTATE_cancellationPending
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PictureBox.cs (5)
205
pictureBoxState[
PICTUREBOXSTATE_cancellationPending
] = true;
667
pictureBoxState[
PICTUREBOXSTATE_cancellationPending
] = false;
726
pictureBoxState[
PICTUREBOXSTATE_cancellationPending
] = false;
738
if (pictureBoxState[
PICTUREBOXSTATE_cancellationPending
])
774
if (pictureBoxState[
PICTUREBOXSTATE_cancellationPending
])