1 write to ColorDialog
Accessibility_Core_App (1)
DialogControls.Designer.cs (1)
30this.ColorDialog = new System.Windows.Forms.Button();
9 references to ColorDialog
Accessibility_Core_App (9)
DialogControls.Designer.cs (9)
38this.ColorDialog.Location = new System.Drawing.Point(42, 12); 39this.ColorDialog.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 40this.ColorDialog.Name = "ColorDialog"; 41this.ColorDialog.Size = new System.Drawing.Size(88, 27); 42this.ColorDialog.TabIndex = 0; 43this.ColorDialog.Text = "ColorDialog"; 44this.ColorDialog.UseVisualStyleBackColor = true; 45this.ColorDialog.Click += this.ColorDialog_Click; 88this.Controls.Add(this.ColorDialog);