18 references to DataGridViewDesigner
System.Design (1)
System.Design.Forwards.cs (1)
47[assembly: TypeForwardedTo(typeof(System.Windows.Forms.Design.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)
363properties[shadowProps[i]] = TypeDescriptor.CreateProperty(typeof(DataGridViewDesigner), prop, empty); 800private readonly DataGridViewDesigner _owner; 801public DataGridViewColumnEditingActionList(DataGridViewDesigner owner) : base(owner.Component) 830private readonly DataGridViewDesigner _owner; 832public 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); 1442DataGridViewDesigner.ShowErrorDialog(uiService, ex, this); 1448DataGridViewDesigner.ShowErrorDialog(uiService, ex, this);