17 references to ImageInstallationType
System.Windows.Forms (17)
winforms\Managed\System\WinForms\PictureBox.cs (17)
74private ImageInstallationType imageInstallationType; 387InstallNewImage(value, ImageInstallationType.DirectlySpecified); 416imageInstallationType != ImageInstallationType.DirectlySpecified) 418InstallNewImage(null, ImageInstallationType.DirectlySpecified); 520ImageInstallationType installationType) 528if (installationType != ImageInstallationType.ErrorOrInitial) 580ImageInstallationType installType = ImageInstallationType.FromUrl; 610installType = ImageInstallationType.ErrorOrInitial; 651(imageInstallationType == ImageInstallationType.ErrorOrInitial)) 654InstallNewImage(InitialImage, ImageInstallationType.ErrorOrInitial); 703ImageInstallationType installType = ImageInstallationType.ErrorOrInitial; 711installType = ImageInstallationType.FromUrl; 900InstallNewImage(null, ImageInstallationType.DirectlySpecified); 946return (imageInstallationType == ImageInstallationType.DirectlySpecified) 1326(imageInstallationType == ImageInstallationType.ErrorOrInitial)