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)
314
get =>
_imageLocation
;
320
_pictureBoxState[NeedToLoadImageLocationState] = !string.IsNullOrEmpty(
_imageLocation
);
323
if (string.IsNullOrEmpty(
_imageLocation
) && _imageInstallationType != ImageInstallationType.DirectlySpecified)
328
if (WaitOnLoad && !_pictureBoxState[InInitializationState] && !string.IsNullOrEmpty(
_imageLocation
))
460
if (string.IsNullOrEmpty(
_imageLocation
))
472
Uri uri = CalculateUri(
_imageLocation
);
520
if (string.IsNullOrEmpty(
_imageLocation
))
557
var uri = CalculateUri(
_imageLocation
);
573
_fileStream = File.OpenRead(
_imageLocation
!);
593
WebRequest req = WebRequest.Create(CalculateUri(
_imageLocation
!));