1 write to _imageLocation
System.Windows.Forms (1)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
318_imageLocation = value;
10 references to _imageLocation
System.Windows.Forms (10)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (10)
314get => _imageLocation; 320_pictureBoxState[NeedToLoadImageLocationState] = !string.IsNullOrEmpty(_imageLocation); 323if (string.IsNullOrEmpty(_imageLocation) && _imageInstallationType != ImageInstallationType.DirectlySpecified) 328if (WaitOnLoad && !_pictureBoxState[InInitializationState] && !string.IsNullOrEmpty(_imageLocation)) 460if (string.IsNullOrEmpty(_imageLocation)) 472Uri uri = CalculateUri(_imageLocation); 520if (string.IsNullOrEmpty(_imageLocation)) 557var uri = CalculateUri(_imageLocation); 573_fileStream = File.OpenRead(_imageLocation!); 593WebRequest req = WebRequest.Create(CalculateUri(_imageLocation!));