1 write to _propertyGrid1
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
478
_propertyGrid1
= new VsPropertyGrid();
15 references to _propertyGrid1
System.Windows.Forms.Design (15)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (15)
165
_propertyGrid1
.SelectedObject = _selectedColumns.SelectedItem;
462
[MemberNotNull(nameof(
_propertyGrid1
))]
541
_overarchingTableLayoutPanel.Controls.Add(
_propertyGrid1
, 2, 1);
574
resources.ApplyResources(
_propertyGrid1
, "propertyGrid1");
575
_propertyGrid1
.LineColor = SystemColors.ScrollBar;
576
_propertyGrid1
.Margin = new Padding(3, 2, 0, 3);
577
_propertyGrid1
.Name = "propertyGrid1";
578
_overarchingTableLayoutPanel.SetRowSpan(
_propertyGrid1
, 3);
579
_propertyGrid1
.PropertyValueChanged += propertyGrid1_PropertyValueChanged;
807
_propertyGrid1
.SelectedObject = _selectedColumns.SelectedItem;
836
_propertyGrid1
.SelectedObject = _selectedColumns.SelectedItem;
1036
_propertyGrid1
.Focus();
1060
_propertyGrid1
.SelectedObject = _selectedColumns.SelectedItem;
1147
_propertyGrid1
.Site = new DataGridViewComponentPropertyGridSite(_liveDataGridView.Site, _liveDataGridView);
1149
_propertyGrid1
.SelectedObject = _selectedColumns.SelectedItem;