-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Winforms - Control.ResetBindings() summary seems incorrect? #2016
Copy link
Copy link
Open
Labels
Pri2Indicates issues/PRs that are medium priorityIndicates issues/PRs that are medium priorityPri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-WinFormsIssues or PRs that relate to WinForms.Issues or PRs that relate to WinForms.help wantedGood for community contributors to help [up-for-grabs]Good for community contributors to help [up-for-grabs]
Milestone
Metadata
Metadata
Assignees
Labels
Pri2Indicates issues/PRs that are medium priorityIndicates issues/PRs that are medium priorityPri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-WinFormsIssues or PRs that relate to WinForms.Issues or PRs that relate to WinForms.help wantedGood for community contributors to help [up-for-grabs]Good for community contributors to help [up-for-grabs]
Type
Fields
Give feedbackNo fields configured for issues without a type.
Right now the xml summary for
Control.ResetBindingsreads:Docs - Control.xml
The implementation clears all the bindings though:
Source
I think perhaps this summary was copied from
BindingSource? (Docs)