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