* 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.