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