* Create new .NET 6.0 pages
* Add the gist for .NET 6.0 changes w/o the application bootstrap
* rename new to 6; redirect via index
* feedback
* Create new .NET 6.0 pages
* Add the gist for .NET 6.0 changes w/o the application bootstrap
* rename new to 6; redirect via index
* feedback
* rebase
* Add renamed file
* remove unrelated file change
* update TOC
* Remove dead toc entry
* New application default font section
* application bootstrap
* Rework sections and descriptions
* Update dotnet-desktop-guide/net/winforms/whats-new/net60.md
Co-authored-by: Igor Velikorossov <[email protected]>
* more updates
* Fix warnings
* Fix final warning
* Apply suggestions from code review
* Update net60.md
* Update dotnet-desktop-guide/net/winforms/whats-new/net60.md
Co-authored-by: Devendar Reddy Adulla <[email protected]>
Co-authored-by: Andy De George (adegeo) <[email protected]>
Co-authored-by: Andy (Steve) De George <[email protected]>
Co-authored-by: Devendar Reddy Adulla <[email protected]>
* Add article, snippets, toc, and redirects
* Minor edit to dependency-property-metadata article
* Update dotnet-desktop-guide/net/wpf/properties/how-to-override-metadata-for-a-dependency-property.md
Co-authored-by: Andy (Steve) De George <[email protected]>
Co-authored-by: Andy (Steve) De George <[email protected]>
* Add article, code projects, toc, and redirects
* Update dotnet-desktop-guide/net/wpf/properties/custom-dependency-properties.md
Co-authored-by: Andy (Steve) De George <[email protected]>
* Update dotnet-desktop-guide/net/wpf/properties/custom-dependency-properties.md
Co-authored-by: Andy (Steve) De George <[email protected]>
Co-authored-by: Andy (Steve) De George <[email protected]>
* Add code snippets
* Add article and updated code snippets
* Resolve conflicts
* Make reviewer requested changes
* Name class parameters and show how to pass in default value in metedata
* Add example for creating a FreezableCollection type dependency property
* Add newline
* Further edits
* Specifying ItemsSource attribute in DataGrid element
#### Reference issues/PRs
None
#### What does this implements/fix? Explain your changes?
The ItemsSource attribute addition in the below code sample wasn't mentioned in the documentation.
#### Any Comments
None
* Minor; inline code elements
Co-authored-by: Andy (Steve) De George <[email protected]>
* Add new snippet for dependency precedence article
* Add article
* Minor edits
* Update dotnet-desktop-guide/net/wpf/properties/dependency-property-value-precedence.md
Co-authored-by: Andy (Steve) De George <[email protected]>
* Update dotnet-desktop-guide/net/wpf/properties/dependency-property-value-precedence.md
Co-authored-by: Andy (Steve) De George <[email protected]>
* Make reviewer requested changes
* Revert "Add new snippet for dependency precedence article"
This reverts commit 11657c18bdf9b8ed8037e689b84be643d7e7b9e7.
* Fix snippet path
* Remove unneeded code project files
* Header edit
* Update dotnet-desktop-guide/net/wpf/properties/dependency-property-value-precedence.md
Co-authored-by: Andy (Steve) De George <[email protected]>
* Remove VB code project
* Redirects
Co-authored-by: Andy (Steve) De George <[email protected]>
Co-authored-by: Andy De George (adegeo) <[email protected]>
* Update article and code projects
* Further edits
* Fix links
* Relocate article & snippets to wpf/properties folder
* add toc and redirects
* Add acrolinx comment and make a minor edit.
* minor
Co-authored-by: Andy De George (adegeo) <[email protected]>
* Initial files
* update toc
* Content update - print-xps-files (user story 1861941) (#1151)
* Add C# and VB sample code projects
* Fix comments
* Update C# and VB code
* Add article
* Further edits
* Reviewer requested edits
* Further edits
* Use xref to link to API
* Minor edits
* Content update - invoke-print-dialog (user story 1861941) (#1141)
* Content update including C# WPF project
* Fix link
* Remove test code
* Further doc and C# sample edits
* Add feature: printing with no print dialog
* Separate out specific page range print functionality
* Cleanup comments
* UI tweaks
* Add VB sample code project
* Code file formatting
* Update dotnet-desktop-guide/net/wpf/documents/how-to-display-print-dialog.md
Co-authored-by: Andy (Steve) De George <[email protected]>
* Add page range printing
* Minor edits
* Update dotnet-desktop-guide/net/wpf/documents/snippets/how-to-display-print-dialog/csharp/MainWindow.xaml.cs
Co-authored-by: Andy (Steve) De George <[email protected]>
* Update dotnet-desktop-guide/net/wpf/documents/how-to-display-print-dialog.md
Co-authored-by: Andy (Steve) De George <[email protected]>
* Promote example headings
* Reorganize and add detail
* Minor edits
* Add detail
* Further edits
* Further edits
* Add resource links
* Add alternative API suggestions to a tip
* Minor edit
Co-authored-by: Andy (Steve) De George <[email protected]>
* Content update - print-overview (user story 1861941) (#1153)
* Add C# and VB sample code projects
* Add article
* Add redirects
Co-authored-by: Tris Shores <[email protected]>
According to the source code of WPF, we can know that the `T` command only receives one parameter which is the `endPoint`. The `controlPoint` argument is automatically calculated by the reflection of the last control point. So the previous version of this doc has error in `T` and I'm fixing it in this pull request.
* Update service-contexts-with-type-converters-and-markup-extensions.md
* Apply suggestions from code review
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
* LinkFix: .NET desktop (2021-05)
* Apply suggestions from code review
Co-authored-by: Andy (Steve) De George <[email protected]>
Co-authored-by: Andy (Steve) De George <[email protected]>
* Port some more info from autosize
* Port anchor/dock articles
* Apply suggestions from code review
Co-authored-by: Tom Dykstra <[email protected]>
* Move construction note
Co-authored-by: Tom Dykstra <[email protected]>
* Port article on tab order
* Redirects for new article
* TOC
* Update links
* Some other minor changes
* fix lint
* Update dotnet-desktop-guide/net/winforms/controls/how-to-set-the-tab-order.md
Co-authored-by: Tom Dykstra <[email protected]>
* Update dotnet-desktop-guide/net/winforms/controls/how-to-set-the-tab-order.md
Co-authored-by: Tom Dykstra <[email protected]>
* Update dotnet-desktop-guide/net/winforms/controls/how-to-set-the-tab-order.md
Co-authored-by: Tom Dykstra <[email protected]>
* Apply suggestions from code review
Co-authored-by: Tom Dykstra <[email protected]>