1 write to imageLocation
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PictureBox.cs (1)
410imageLocation = value;
10 references to imageLocation
System.Windows.Forms (10)
winforms\Managed\System\WinForms\PictureBox.cs (10)
404return imageLocation; 412pictureBoxState[PICTUREBOXSTATE_needToLoadImageLocation] = !string.IsNullOrEmpty(imageLocation); 415if (string.IsNullOrEmpty(imageLocation) && 421if (WaitOnLoad && !pictureBoxState[PICTUREBOXSTATE_inInitialization] && !string.IsNullOrEmpty(imageLocation)) 569if (imageLocation == null || imageLocation.Length == 0) 585Uri uri = CalculateUri(imageLocation); 636if (imageLocation == null || imageLocation.Length == 0) 671WebRequest req = WebRequest.Create(CalculateUri(imageLocation));