1 write to button10
Accessibility_Core_App (1)
Main.Designer.cs (1)
41this.button10 = new System.Windows.Forms.Button();
8 references to button10
Accessibility_Core_App (8)
Main.Designer.cs (8)
146this.button10.Location = new System.Drawing.Point(14, 425); 147this.button10.Name = "button10"; 148this.button10.Size = new System.Drawing.Size(530, 27); 149this.button10.TabIndex = 9; 150this.button10.Text = "TaskDialog: Testing the task dialog"; 151this.button10.UseVisualStyleBackColor = true; 152this.button10.Click += this.button10_Click; 170this.Controls.Add(this.button10);