- 
                Notifications
    You must be signed in to change notification settings 
- Fork 6.1k
Document private APIs in GridViewHeaderRowPresenter #20788
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
Conversation
| The position, relative to <xref:System.Windows.Controls.GridViewHeaderRowPresenter>, where the dragging starts. | ||
|  | ||
| `relativePos` <xref:System.Windows.Point>\ | ||
| The position, relative to `header`, where the dragging starts. | 
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.
I wasn't completely sure on this parameter's description.
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.
Good enough for private method.
| The position, relative to `header`, where the dragging starts. | ||
|  | ||
| `cancelInvoke` <xref:System.Boolean>\ | ||
| `true` to cancel the reordering; otherwise, `false`. | 
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.
I wasn't completely sure on this parameter's description.
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.
Good enough.
| The position, relative to <xref:System.Windows.Controls.GridViewHeaderRowPresenter>, where the dragging starts. | ||
|  | ||
| `relativePos` <xref:System.Windows.Point>\ | ||
| The position, relative to `header`, where the dragging starts. | 
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.
Good enough for private method.
| The position, relative to `header`, where the dragging starts. | ||
|  | ||
| `cancelInvoke` <xref:System.Boolean>\ | ||
| `true` to cancel the reordering; otherwise, `false`. | 
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.
Good enough.
| @dotnet/docs Could one of you sign off on this so I can merge it? It's high priority. | 
| Thanks Sam and Tom! | 
Fixes #20789. For APIScan compliance.
Preview link.