1 write to propertyGrid1
WinFormsControlsTest (1)
CollectionEditors.Designer.cs (1)
38
this.
propertyGrid1
= new System.Windows.Forms.PropertyGrid();
7 references to propertyGrid1
WinFormsControlsTest (7)
CollectionEditors.cs (1)
41
propertyGrid1
.SelectedObject = sender;
CollectionEditors.Designer.cs (6)
80
this.
propertyGrid1
.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
83
this.
propertyGrid1
.Location = new System.Drawing.Point(132, 37);
84
this.
propertyGrid1
.Name = "propertyGrid1";
85
this.
propertyGrid1
.Size = new System.Drawing.Size(357, 254);
86
this.
propertyGrid1
.TabIndex = 6;
111
this.Controls.Add(this.
propertyGrid1
);