1 write to _propertyGrid1
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
219_propertyGrid1 = new VsPropertyGrid();
10 references to _propertyGrid1
System.Windows.Forms.Design (10)
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (10)
190_propertyGrid1.PropertyValueChanged += PropertyGrid_propertyValueChanged; 279resources.ApplyResources(_propertyGrid1, "propertyGrid1"); 284_propertyGrid1.LineColor = SystemColors.ScrollBar; 287_propertyGrid1.Name = "propertyGrid1"; 288_overarchingTableLayoutPanel.SetRowSpan(_propertyGrid1, 2); 372_propertyGrid1.Margin = new Padding(PIXEL_3, PIXEL_3, 0, PIXEL_3); 385_overarchingTableLayoutPanel.Controls.Add(_propertyGrid1, 2, 1); 411_propertyGrid1.Site = new PropertyGridSite(Context, _propertyGrid1); 497_propertyGrid1.SelectedObject = node;