1 write to _imageLocation
System.Windows.Forms (1)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
319_imageLocation = value;
10 references to _imageLocation
System.Windows.Forms (10)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (10)
315get => _imageLocation; 321_pictureBoxState[NeedToLoadImageLocationState] = !string.IsNullOrEmpty(_imageLocation); 324if (string.IsNullOrEmpty(_imageLocation) && _imageInstallationType != ImageInstallationType.DirectlySpecified) 329if (WaitOnLoad && !_pictureBoxState[InInitializationState] && !string.IsNullOrEmpty(_imageLocation)) 461if (string.IsNullOrEmpty(_imageLocation)) 473Uri uri = CalculateUri(_imageLocation); 521if (string.IsNullOrEmpty(_imageLocation)) 558var uri = CalculateUri(_imageLocation); 574_fileStream = File.OpenRead(_imageLocation!); 594WebRequest req = WebRequest.Create(CalculateUri(_imageLocation!));