1 write to _propertyGrid1
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
481
_propertyGrid1
= new VsPropertyGrid();
15 references to _propertyGrid1
System.Windows.Forms.Design (15)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (15)
165
_propertyGrid1
.SelectedObject = _selectedColumns.SelectedItem;
465
[MemberNotNull(nameof(
_propertyGrid1
))]
544
_overarchingTableLayoutPanel.Controls.Add(
_propertyGrid1
, 2, 1);
577
resources.ApplyResources(
_propertyGrid1
, "propertyGrid1");
578
_propertyGrid1
.LineColor = SystemColors.ScrollBar;
579
_propertyGrid1
.Margin = new Padding(3, 2, 0, 3);
580
_propertyGrid1
.Name = "propertyGrid1";
581
_overarchingTableLayoutPanel.SetRowSpan(
_propertyGrid1
, 3);
582
_propertyGrid1
.PropertyValueChanged += propertyGrid1_PropertyValueChanged;
810
_propertyGrid1
.SelectedObject = _selectedColumns.SelectedItem;
839
_propertyGrid1
.SelectedObject = _selectedColumns.SelectedItem;
1039
_propertyGrid1
.Focus();
1063
_propertyGrid1
.SelectedObject = _selectedColumns.SelectedItem;
1150
_propertyGrid1
.Site = new DataGridViewComponentPropertyGridSite(_liveDataGridView.Site, _liveDataGridView);
1152
_propertyGrid1
.SelectedObject = _selectedColumns.SelectedItem;