1 write to propertyGrid1
Accessibility_Core_App (1)
RemainingControls.Designer.cs (1)
34
this.
propertyGrid1
= new System.Windows.Forms.PropertyGrid();
8 references to propertyGrid1
Accessibility_Core_App (8)
RemainingControls.cs (2)
13
foreach (ToolStripItem item in ((ToolStrip)
propertyGrid1
.Controls[3]).Items)
36
propertyGrid1
.SelectedObject = domainUpDown1;
RemainingControls.Designer.cs (6)
63
this.
propertyGrid1
.Location = new System.Drawing.Point(19, 80);
64
this.
propertyGrid1
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
65
this.
propertyGrid1
.Name = "propertyGrid1";
66
this.
propertyGrid1
.Size = new System.Drawing.Size(266, 282);
67
this.
propertyGrid1
.TabIndex = 5;
124
this.Controls.Add(this.
propertyGrid1
);