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)
315
get =>
_imageLocation
;
321
_pictureBoxState[NeedToLoadImageLocationState] = !string.IsNullOrEmpty(
_imageLocation
);
324
if (string.IsNullOrEmpty(
_imageLocation
) && _imageInstallationType != ImageInstallationType.DirectlySpecified)
329
if (WaitOnLoad && !_pictureBoxState[InInitializationState] && !string.IsNullOrEmpty(
_imageLocation
))
461
if (string.IsNullOrEmpty(
_imageLocation
))
473
Uri uri = CalculateUri(
_imageLocation
);
521
if (string.IsNullOrEmpty(
_imageLocation
))
558
var uri = CalculateUri(
_imageLocation
);
574
_fileStream = File.OpenRead(
_imageLocation
!);
594
WebRequest req = WebRequest.Create(CalculateUri(
_imageLocation
!));