1 write to imageInstallationType
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PictureBox.cs (1)
532this.imageInstallationType = installationType;
4 references to imageInstallationType
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PictureBox.cs (4)
416imageInstallationType != ImageInstallationType.DirectlySpecified) 651(imageInstallationType == ImageInstallationType.ErrorOrInitial)) 946return (imageInstallationType == ImageInstallationType.DirectlySpecified) 1326(imageInstallationType == ImageInstallationType.ErrorOrInitial)