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;
279
resources.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;