1 write to propertyGrid
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
219
this.
propertyGrid
= new System.Windows.Forms.PropertyGrid();
5 references to propertyGrid
WinFormsControlsTest (5)
ListBoxes.cs (1)
67
propertyGrid
.SelectedObject = sender;
ListBoxes.Designer.cs (4)
220
this.
propertyGrid
.Size = new System.Drawing.Size(this.Width, this.Height);
221
this.
propertyGrid
.Dock = DockStyle.Bottom;
222
this.
propertyGrid
.SelectedObject = this;
249
this.Controls.Add(this.
propertyGrid
);