* Add article, snippets, toc, and redirects
* Minor edits
* Make reviewer requested changes
* Section header edit
Co-authored-by: Andy (Steve) De George <[email protected]>
* Improve collection-type dp snippets that are readonly.
* Add article, snippets, toc, and redirects
* Minor edit
* Update target framework to .NET 6.0
* updating unique titles to topics for us1889327
* updating unique titles to topics for us1889327
* updating unique level 2 headings for us1889327
* Updating unique titles to topics for US1889327
* Updating unique titles to topics for US1889327
* updating unique level 2 headings to topics for us1889327
* Update WPF getting started for .NET 6
* Minor
* Update images with boxes
* Apply suggestions from code review
Co-authored-by: Tom Dykstra <[email protected]>
* Add missing . at end of alttext
Co-authored-by: Tom Dykstra <[email protected]>
See dotnet/docs#27056 for details.
In order for an action to be required for PRs to be merged, required actions must be triggered. If filters prevent them from starting, the action stays in the "pending" state forever.
* 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 redirect script
* Update redirects_generator/redirect.bat
Co-authored-by: Andy (Steve) De George <[email protected]>
* Delete temp file
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.