1 write to _propertyGrid
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
426
_propertyGrid
= new PropertyGrid();
16 references to _propertyGrid
System.Windows.Forms.Design (16)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (16)
395
_propertyGrid
.PropertyValueChanged += PropertyGrid_propertyValueChanged;
410
[MemberNotNull(nameof(
_propertyGrid
))]
462
resources.ApplyResources(
_propertyGrid
, "propertyBrowser");
463
_propertyGrid
.CommandsVisibleIfAvailable = false;
464
_propertyGrid
.Margin = new Padding(3, 3, 0, 3);
465
_propertyGrid
.Name = "propertyBrowser";
466
_overArchingTableLayoutPanel.SetRowSpan(
_propertyGrid
, 3);
499
_overArchingTableLayoutPanel.Controls.Add(
_propertyGrid
, 2, 1);
762
_propertyGrid
.Site = new PropertyGridSite(Context,
_propertyGrid
);
1043
_propertyGrid
.Enabled = editEnabled;
1078
_propertyGrid
.SelectedObjects = null;
1079
_propertyGrid
.Enabled = false;
1087
_propertyGrid
.Enabled = true;
1088
_propertyGrid
.SelectedObjects = items;
1094
_propertyGrid
.SelectedObject = null;