1 write to _imageLocation
System.Windows.Forms (1)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
317_imageLocation = value;
10 references to _imageLocation
System.Windows.Forms (10)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (10)
313get => _imageLocation; 319_pictureBoxState[NeedToLoadImageLocationState] = !string.IsNullOrEmpty(_imageLocation); 322if (string.IsNullOrEmpty(_imageLocation) && _imageInstallationType != ImageInstallationType.DirectlySpecified) 327if (WaitOnLoad && !_pictureBoxState[InInitializationState] && !string.IsNullOrEmpty(_imageLocation)) 459if (string.IsNullOrEmpty(_imageLocation)) 471Uri uri = CalculateUri(_imageLocation); 519if (string.IsNullOrEmpty(_imageLocation)) 556var uri = CalculateUri(_imageLocation); 572_fileStream = File.OpenRead(_imageLocation!); 592WebRequest req = WebRequest.Create(CalculateUri(_imageLocation!));