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