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