2 writes to propertyGrid
DemoConsole (2)
MainForm.cs (1)
476
propertyGrid
= new()
MainForm.Designer.cs (1)
40
this.
propertyGrid
= new PropertyGridExtended();
5 references to propertyGrid
DemoConsole (5)
MainForm.cs (4)
94
propertyGrid
.SelectedObject = selectionService.PrimarySelection;
474
splitContainer.Panel2.Controls.Remove(
propertyGrid
);
475
propertyGrid
.Dispose();
488
splitContainer.Panel2.Controls.Add(
propertyGrid
);
MainForm.Designer.cs (1)
77
this.splitContainer.Panel2.Controls.Add(this.
propertyGrid
);