Commit Graph
161 Commits
Author SHA1 Message Date
Tris Shores c72a540a91 Content update - Dependency property callbacks and validation (user story 1878471) (#1210)
* Add article, snippets, toc, and redirects

* Minor edits

* Add code comments
2021-11-15 10:29:16 -08:00
Bill Wagner 87bf80ab1c add config for required actions (#1213)
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.
2021-11-15 09:45:40 -08:00
142f1e9f98 Create new .NET 6.0 pages (#1199)
* 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]>
2021-11-12 16:11:14 +00:00
Andy (Steve) De George b1e5e7c628 Updated redirects for 6.0 (#1208)
* Updated redirects for 6.0

* Add moniker to root config

* Update preview note
2021-11-08 15:50:13 -08:00
Tris ShoresandAndy De George c065be138a Content update - How to override dependency property metadata (user story 1878471) (#1205)
* 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]>
2021-11-05 08:41:08 -07:00
Tris Shores b82ed37802 Fix naming in custom-dependency-properties snippet (#1204)
* Fix naming

* Simplify identifier assignment

* Simplify identifier assignment
2021-11-05 08:19:39 -07:00
Tris Shores 7d5a5bd5b9 Add article, toc, and redirects (#1203) 2021-11-03 14:05:39 -07:00
Tris ShoresandAndy De George db80384cb9 Content update - Custom dependency properties (user story 1878471) (#1189)
* 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]>
2021-10-28 13:46:54 -07:00
Andy (Steve) De George db732763f4 update moniker range (#1197) 2021-10-28 08:27:40 -07:00
Igor Velikorossov 9abcffebf2 Update index.md (#1192)
Update VS version
2021-10-27 15:33:07 -07:00
Tris ShoresandAndy De George 95aaa17eb7 Add redirect script (#1190)
* 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]>
2021-10-27 10:50:15 -07:00
Saisang CaiandAndy De George 12375e0c40 Add metadata (#1185)
* Add metadata

* Update docfx.json

* Update index.yml

Co-authored-by: Andy (Steve) De George <[email protected]>
2021-10-26 15:51:44 +00:00
Tris ShoresandAndy De George cdf2334a60 Add article, code projects, toc, and redirects (#1180)
Co-authored-by: Andy (Steve) De George <[email protected]>
2021-10-22 11:09:30 -07:00
Tris ShoresandAndy De George 4f0101b05c Add article, code projects, toc, and redirects (#1178)
Co-authored-by: Andy (Steve) De George <[email protected]>
2021-10-22 10:23:20 -07:00
Tris Shores cf712b82b0 Content update - Dependency properties collection (user story 1878471) (#1173)
* 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
2021-10-22 09:55:35 -07:00
Tris Shores 090e480dcf Modify redirects generator to update a specified _.openpublishing.redirection_ file (#1181) 2021-10-21 12:55:42 -07:00
Andy (Steve) De George cb4acd590a Backport the fix to prop precedence from .NET to Framework (#1171)
* Update page4.xaml

* Update page4.xaml

* Add snippet

* Change reference
2021-10-21 12:35:11 -07:00
Tris Shores 700f725681 Add article, code projects, toc, and redirects (#1179) 2021-10-21 11:37:58 -07:00
atulllandAndy De George e6a2fd1bf1 Specifying ItemsSource attribute in DataGrid element (#1183)
* 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]>
2021-10-21 16:26:31 +00:00
Andy (Steve) De George 5b28bf36d2 Minor changes to code for redirects generator (#1175) 2021-10-11 11:23:31 -07:00
Andy (Steve) De George 28e28e692e Update how-to-set-jpeg-compression-level.md (#1170) 2021-10-05 15:05:22 -07:00
41f8a0c942 Content update - Dependency properties precedence (user story 1878471) (#1164)
* 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]>
2021-10-05 11:02:53 -07:00
Andy (Steve) De George ba341c97c3 Update Circle.xaml.cs (#1166) 2021-09-30 13:46:22 -07:00
Tris ShoresandAndy De George 57b6ca1593 Content update - Dependency properties overview (user story 1878471) (#1160)
* 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]>
2021-09-27 13:53:44 -07:00
Andy (Steve) De GeorgeandTris Shores bdd178c010 Printing in WPF port for .NET (#1156)
* 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]>
2021-09-24 16:16:55 -04:00
Jeffrey Getzin e96218f17e Fixed grammar (#1150) 2021-09-16 15:40:06 -07:00
Andy (Steve) De George 3c9b1e2758 Fix formatting in XAML file (#1148)
* Update Window1.xaml

* Update Window1.xaml
2021-08-27 18:53:54 -07:00
Andy (Steve) De George 8c5835c2cc Update label.md (#1144) 2021-08-27 18:52:37 -07:00
Andy (Steve) De George 483c3e81e6 Update progressbar.xaml (#1139) 2021-08-27 18:52:02 -07:00
Andy (Steve) De George 5b61eedeaf Fix wrong type listed in opacity article (#1138)
* Update opacity-masks-overview.md

* Update dotnet-desktop-guide/framework/wpf/graphics-multimedia/opacity-masks-overview.md
2021-08-27 18:51:42 -07:00
Andy (Steve) De George dfd75f6d2c Add pointers to upgrade doc (#1133)
* Add pointers to upgrade doc

* Update dotnet-desktop-guide/framework/wpf/getting-started/walkthrough-my-first-wpf-desktop-application.md
2021-08-11 12:47:49 -07:00
Andy (Steve) De George e9fcf43083 Merge pull request #1135 from dotnet/adegeo-links
Correct .NET Framework links that pointed to old .NET 5 URLs
2021-08-11 12:04:34 -07:00
Andy (Steve) De GeorgeandGenevieve Warren 2aea7ebcbf Add new issue template (#1130)
* Create docs-issue.yml

* Delete doc-issue.md

* Update docs-issue.yml

* Update docs-issue.yml

* Update docs-issue.yml

* Update docs-issue.yml

* Create docs-issue.yml

* Update docs-issue.yml

* Update docs-issue.yml

* Update docs-issue.yml

* Update .github/ISSUE_TEMPLATE/docs-issue.yml

Co-authored-by: Genevieve Warren <[email protected]>

Co-authored-by: Genevieve Warren <[email protected]>
2021-07-31 00:34:50 +00:00
Andy (Steve) De George 604e54c410 Update index.md (#1129) 2021-07-30 12:41:24 -05:00
walterlv cb9ffbaf27 Fix "Smooth quadratic Bezier curve Command" syntax (#1125)
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.
2021-07-30 10:21:16 -07:00
Zoltán Szatmáry 6128fee9ca Modify snippet in a WPF getting started (#1127) 2021-07-30 10:11:24 -07:00
Andy (Steve) De George d30fae457c Add how-to-make-thread-safe-calls.md & Update Layout with margin/padding (#1119)
* Update with margin/padding

* add how-to-make-thread-safe-calls

* reverse property mentions
2021-07-26 18:14:58 -04:00
Andy (Steve) De George 09d28345c2 Add code for my redirect tool (#1116)
* redirects

* add ignore file
2021-07-21 11:53:07 -04:00
Andy (Steve) De George b0376d820a Update popup code (#1111)
* Update popup code

* update xref
2021-07-19 18:35:48 -04:00
Andy (Steve) De George 5d38c60929 Add control event articles (#1113)
* Move ellipsis vs button to shared folder

* Add control events articles

* Update TOC

* acro

* Updates;redirects

* Fix redirect

* feedback
2021-07-19 15:27:36 -07:00
Andy (Steve) De George d09a701249 Update workflows (#1112)
* Update build-validation.yml

* Create live-protection.yml

* Create docs-verifier.yml

* Delete docs-verifier.yml
2021-07-16 08:44:59 -04:00
Aaron 9379b1a0e0 Update index.md (#1108) 2021-07-09 16:36:04 -07:00
Andy (Steve) De George a81e0eb409 Add information about debugging windows forms design time for .NET (#1104)
* Update walkthrough-debugging-custom-windows-forms-controls-at-design-time.md

* Update walkthrough-debugging-custom-windows-forms-controls-at-design-time.md

* Update walkthrough-debugging-custom-windows-forms-controls-at-design-time.md
2021-06-30 14:02:04 -07:00
Brandon 3c0d9388b9 Update index.yml (#1105)
Fix link to "Get or set the main app window"
2021-06-30 11:05:39 -07:00
Andy (Steve) De George adc1dca7c1 Update check-for-build-warnings.yml (#1100) 2021-06-18 14:29:30 -07:00
Andy (Steve) De GeorgeandDavid Pine d9b54ba15b Fix code bug in markup extensions (#1097)
* 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]>
2021-06-17 09:06:28 -07:00
Andy (Steve) De George e7f2ff0e96 Update with 3d objects (#1096) 2021-06-17 09:06:13 -07:00
Andy (Steve) De George 50c2dfbd42 Update dotnet-versionsweeper.json (#1093) 2021-06-15 09:53:48 -05:00
Andy (Steve) De George 3195d51719 Update scrollviewer.xaml (#1086) 2021-06-15 07:51:36 -07:00
Kent SharkeyandAndy De George c72686fcf3 LinkFix: .NET desktop (2021-05) (#1076)
* 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]>
2021-06-11 15:35:01 -07:00