1 write to _imageInstallationType
System.Windows.Forms (1)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
433
_imageInstallationType
= installationType;
4 references to _imageInstallationType
System.Windows.Forms (4)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (4)
325
if (string.IsNullOrEmpty(_imageLocation) &&
_imageInstallationType
!= ImageInstallationType.DirectlySpecified)
535
if ((Image is null || (
_imageInstallationType
== ImageInstallationType.ErrorOrInitial)) && InitialImage is not null)
814
(
_imageInstallationType
== ImageInstallationType.DirectlySpecified) && (Image is not null);
1133
Rectangle drawingRect =
_imageInstallationType
== ImageInstallationType.ErrorOrInitial