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