2 writes to propertyGrid
DesignSurface (2)
MainForm.cs (1)
449propertyGrid = new()
MainForm.Designer.cs (1)
40this.propertyGrid = new PropertyGridExtended();
5 references to propertyGrid
DesignSurface (5)
MainForm.cs (4)
66propertyGrid.SelectedObject = selectionService.PrimarySelection; 447splitContainer.Panel2.Controls.Remove(propertyGrid); 448propertyGrid.Dispose(); 461splitContainer.Panel2.Controls.Add(propertyGrid);
MainForm.Designer.cs (1)
77this.splitContainer.Panel2.Controls.Add(this.propertyGrid);