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