-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
winforms/src/System.Windows.Forms/src/System/Windows/Forms/DataGridViewColumn.cs
Lines 186 to 194 in b345827
| [ | |
| Browsable(true), | |
| DefaultValue(""), | |
| TypeConverter("System.Windows.Forms.Design.DataMemberFieldConverter, " + AssemblyRef.SystemWinformsDesign), | |
| Editor("System.Windows.Forms.Design.DataGridViewColumnDataPropertyNameEditor, " + AssemblyRef.SystemDesign, typeof(Drawing.Design.UITypeEditor)), | |
| SRDescription(nameof(SR.DataGridView_ColumnDataPropertyNameDescr)), | |
| SRCategory(nameof(SR.CatData)) | |
| ] | |
| public string DataPropertyName |
This attribute was changed to resolve to the new assembly of this type in #1545 but as pointed out in #2078 (comment) this is not the approach we should take.
For a fix, we need to:
- change the
AssembleRefback toSystemDesign - manually add a TypeForwardTo for this internal type
- test
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels