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 (7)
373properties[shadowProps[i]] = TypeDescriptor.CreateProperty(typeof(DataGridViewDesigner), prop, empty); 811private readonly DataGridViewDesigner _owner; 813public DataGridViewChooseDataSourceActionList(DataGridViewDesigner owner) : base(owner.Component) 865private readonly DataGridViewDesigner _owner; 866public DataGridViewColumnEditingActionList(DataGridViewDesigner owner) : base(owner.Component) 895private readonly DataGridViewDesigner _owner; 897public DataGridViewPropertiesActionList(DataGridViewDesigner owner) : base(owner.Component)
System\Windows\Forms\Design\DesignBindingPicker.cs (5)
1261DataGridViewDesigner.ShowErrorDialog(uiService, ex, this); 1295DataGridViewDesigner.ShowErrorDialog(uiService, ex, this); 1304DataGridViewDesigner.ShowErrorDialog(uiService, ex, this); 1448DataGridViewDesigner.ShowErrorDialog(uiService, ex, this); 1454DataGridViewDesigner.ShowErrorDialog(uiService, ex, this);