17 references to DataGridViewDesigner
System.Windows.Forms.Design (17)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (3)
134DataGridViewDesigner.ShowErrorDialog(uiService, ex, _liveDataGridView); 651DataGridViewDesigner.ShowErrorDialog(uiService, errorString, _liveDataGridView); 789DataGridViewDesigner.ShowErrorDialog(uiService, errorString, _liveDataGridView);
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
281DataGridViewDesigner.ShowErrorDialog(uiService, ex, _liveDataGridView);
System\Windows\Forms\Design\DataGridViewColumnDesigner.cs (1)
74DataGridViewDesigner.ShowErrorDialog(uiService, errorString, _liveDataGridView);
System\Windows\Forms\Design\DataGridViewDesigner.cs (5)
372properties[shadowProps[i]] = TypeDescriptor.CreateProperty(typeof(DataGridViewDesigner), prop, empty); 809private readonly DataGridViewDesigner _owner; 810public DataGridViewColumnEditingActionList(DataGridViewDesigner owner) : base(owner.Component) 839private readonly DataGridViewDesigner _owner; 841public DataGridViewPropertiesActionList(DataGridViewDesigner owner) : base(owner.Component)
System\Windows\Forms\Design\DataGridViewDesigner.DataGridViewChooseDataSourceActionList.cs (2)
15private readonly DataGridViewDesigner _owner; 17public DataGridViewChooseDataSourceActionList(DataGridViewDesigner owner) : base(owner.Component)
System\Windows\Forms\Design\DesignBindingPicker.cs (5)
1258DataGridViewDesigner.ShowErrorDialog(uiService, ex, this); 1292DataGridViewDesigner.ShowErrorDialog(uiService, ex, this); 1301DataGridViewDesigner.ShowErrorDialog(uiService, ex, this); 1445DataGridViewDesigner.ShowErrorDialog(uiService, ex, this); 1451DataGridViewDesigner.ShowErrorDialog(uiService, ex, this);