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)
313
get =>
_imageLocation
;
319
_pictureBoxState[NeedToLoadImageLocationState] = !string.IsNullOrEmpty(
_imageLocation
);
322
if (string.IsNullOrEmpty(
_imageLocation
) && _imageInstallationType != ImageInstallationType.DirectlySpecified)
327
if (WaitOnLoad && !_pictureBoxState[InInitializationState] && !string.IsNullOrEmpty(
_imageLocation
))
459
if (string.IsNullOrEmpty(
_imageLocation
))
471
Uri uri = CalculateUri(
_imageLocation
);
519
if (string.IsNullOrEmpty(
_imageLocation
))
556
var uri = CalculateUri(
_imageLocation
);
572
_fileStream = File.OpenRead(
_imageLocation
!);
592
WebRequest req = WebRequest.Create(CalculateUri(
_imageLocation
!));