1 write to propertyGrid1
WinFormsControlsTest (1)
PropertyGrid.Designer.cs (1)
34
this.
propertyGrid1
= new System.Windows.Forms.PropertyGrid();
9 references to propertyGrid1
WinFormsControlsTest (9)
PropertyGrid.cs (1)
12
propertyGrid1
.SelectedObject = selectedObject;
PropertyGrid.Designer.cs (8)
39
this.
propertyGrid1
.CommandsBorderColor = System.Drawing.SystemColors.Control;
40
this.
propertyGrid1
.Dock = System.Windows.Forms.DockStyle.Fill;
41
this.
propertyGrid1
.Location = new System.Drawing.Point(0, 0);
42
this.
propertyGrid1
.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
43
this.
propertyGrid1
.Name = "propertyGrid1";
44
this.
propertyGrid1
.Size = new System.Drawing.Size(465, 413);
45
this.
propertyGrid1
.TabIndex = 0;
52
this.Controls.Add(this.
propertyGrid1
);