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