-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Porting System.Windows.Forms.Design.ListViewGroupCollectionEditor #2196
Porting System.Windows.Forms.Design.ListViewGroupCollectionEditor #2196
Conversation
Codecov Report
@@ Coverage Diff @@
## release/3.1-uitypeeditors #2196 +/- ##
==================================================================
- Coverage 26.40136% 26.3335% -0.06786%
==================================================================
Files 816 817 +1
Lines 269577 269611 +34
Branches 38235 38238 +3
==================================================================
- Hits 71172 70998 -174
- Misses 193326 193535 +209
+ Partials 5079 5078 -1
|
Needs review. |
src/System.Windows.Forms/src/System/Drawing/Design/UITypeEditor.cs
Outdated
Show resolved
Hide resolved
228d920
to
fc4cdfe
Compare
Squashed commits. Added ListViewGroupCollectionEditor unit test case. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 with a little nit
/// </summary> | ||
internal class ListViewGroupCollectionEditor : CollectionEditor | ||
{ | ||
object _editValue; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
object _editValue; | |
private object _editValue; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, fixed.
fc4cdfe
to
bc3eeb2
Compare
bc3eeb2
to
c7616c2
Compare
Closes #1275
Related issue: #1115
Proposed changes
Customer Impact
Regression?
Risk
Screenshots
Test methodology
Test environment(s)
Microsoft Reviewers: Open in CodeFlow