1 write to btnClearListView1
WinFormsControlsTest (1)
ListViewTest.Designer.cs (1)
42this.btnClearListView1 = new System.Windows.Forms.Button();
8 references to btnClearListView1
WinFormsControlsTest (8)
ListViewTest.Designer.cs (8)
109this.btnClearListView1.Location = new System.Drawing.Point(13, 4); 110this.btnClearListView1.Name = "btnClearListView1"; 111this.btnClearListView1.Size = new System.Drawing.Size(75, 23); 112this.btnClearListView1.TabIndex = 1; 113this.btnClearListView1.Text = "Clear"; 114this.btnClearListView1.UseVisualStyleBackColor = true; 115this.btnClearListView1.Click += this.btnClearListView1_Click; 155this.Controls.Add(this.btnClearListView1);