2 writes to ImageLocation
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PictureBox.cs (2)
625
this.
ImageLocation
= url;
848
this.
ImageLocation
= url;
2 references to ImageLocation
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PictureBox.cs (2)
1430
if (
ImageLocation
!= null &&
ImageLocation
.Length != 0 && WaitOnLoad)