1 write to _propertyGrid
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
412
_propertyGrid
= new PropertyGrid();
16 references to _propertyGrid
System.Windows.Forms.Design (16)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (16)
381
_propertyGrid
.PropertyValueChanged += PropertyGrid_propertyValueChanged;
396
[MemberNotNull(nameof(
_propertyGrid
))]
448
resources.ApplyResources(
_propertyGrid
, "propertyBrowser");
449
_propertyGrid
.CommandsVisibleIfAvailable = false;
450
_propertyGrid
.Margin = new Padding(3, 3, 0, 3);
451
_propertyGrid
.Name = "propertyBrowser";
452
_overArchingTableLayoutPanel.SetRowSpan(
_propertyGrid
, 3);
485
_overArchingTableLayoutPanel.Controls.Add(
_propertyGrid
, 2, 1);
748
_propertyGrid
.Site = new PropertyGridSite(Context,
_propertyGrid
);
1035
_propertyGrid
.Enabled = editEnabled;
1070
_propertyGrid
.SelectedObjects = null;
1071
_propertyGrid
.Enabled = false;
1079
_propertyGrid
.Enabled = true;
1080
_propertyGrid
.SelectedObjects = items;
1086
_propertyGrid
.SelectedObject = null;