1 write to pictureBox1
WinFormsControlsTest (1)
PictureBoxes.Designer.cs (1)
34this.pictureBox1 = new System.Windows.Forms.PictureBox();
17 references to pictureBox1
WinFormsControlsTest (17)
PictureBoxes.cs (4)
22pictureBox1.Image = null; 25pictureBox1.CancelAsync(); 34pictureBox1.WaitOnLoad = false; 35pictureBox1.LoadAsync(imageUri.Text);
PictureBoxes.Designer.cs (13)
37((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); 42this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 45this.pictureBox1.Location = new System.Drawing.Point(11, 39); 46this.pictureBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); 47this.pictureBox1.Name = "pictureBox1"; 48this.pictureBox1.Size = new System.Drawing.Size(584, 281); 49this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; 50this.pictureBox1.TabIndex = 0; 51this.pictureBox1.TabStop = false; 52this.pictureBox1.LoadCompleted += this.pictureBox1_LoadCompleted; 53this.pictureBox1.LoadProgressChanged += this.pictureBox1_LoadProgressChanged; 86this.Controls.Add(this.pictureBox1); 90((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();