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))] 448resources.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;