Commit Graph
409 Commits
Author SHA1 Message Date
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
Bill Wagner 259b6c6b3d Merge pull request #1091 from dotnet/publish-21788 2021-06-11 05:52:39 -04:00
CXWTool Service Account 180e3a19df merge main branch 2021-06-11 05:01:06 +00:00
Andy (Steve) De George 7d8d3d1e22 Update .repoman.yml (#1090) 2021-06-10 12:26:38 -07:00
Andy (Steve) De George 0acf155856 Convert labeler to new format (#1089)
* Convert labeler to new format

* Update .repoman.yml
2021-06-10 12:14:50 -07:00
Bill Wagner fe74f526b2 Merge pull request #1087 from dotnet/publish-3231 2021-06-03 05:37:43 -04:00
CXWTool Service Account 227e3c7b1b merge main branch 2021-06-03 05:00:54 +00:00
Andy (Steve) De George 34be560985 Update how-to-set-the-tab-order.md (#1080) 2021-06-02 07:32:26 -05:00
Bill Wagner e316f94766 Merge pull request #1085 from dotnet/publish-30830 2021-06-02 06:06:15 -04:00
CXWTool Service Account 720b0be73a merge main branch 2021-06-02 05:00:58 +00:00
Andy (Steve) De GeorgeandTom Dykstra f2a6c1b0e9 Port dock/anchor articles (#1081)
* 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]>
2021-06-01 16:32:00 -07:00
Bill Wagner c9f92948bf Merge pull request #1078 from dotnet/publish-10905 2021-05-27 06:01:43 -04:00
CXWTool Service Account 1db2667576 merge main branch 2021-05-27 05:01:39 +00:00
Andy (Steve) De GeorgeandTom Dykstra 0fdf730bc2 Port the How to set tab order article (#1077)
* 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]>
2021-05-26 21:07:42 -07:00
Andy (Steve) De George b1e7a0e6c9 Merge pull request #1073 from dotnet/main
Publish
2021-05-18 09:25:26 -07:00
Andy (Steve) De GeorgeandTom Dykstra 6592e99d2b Fix link to theme files (#1067)
* Update control-styles-and-templates.md

* Update control-styles-and-templates.md

* Update dotnet-desktop-guide/framework/wpf/controls/control-styles-and-templates.md

Co-authored-by: Tom Dykstra <[email protected]>

Co-authored-by: Tom Dykstra <[email protected]>
2021-05-18 09:23:08 -07:00
Charles (GitHub) e12f318ca2 Correct spelling error in the "TextBox or RichTextBox?" paragraph. #1064 (#1072)
Change then to than in the TextBox or RichTextBox? section.
2021-05-18 09:22:53 -07:00
Andy (Steve) De George 0798e75a63 Update index.md (#1068) 2021-05-18 08:22:54 -07:00
Bill Wagner a6216f403b Merge pull request #1065 from dotnet/publish-9447 2021-05-08 06:47:55 -04:00
CXWTool Service Account 3ed6bf81e9 merge main branch 2021-05-08 05:01:21 +00:00
Lavin SandAndy De George 9722305b10 Recursive sample added for TreeNode iteratation (#1058)
* Non-recursive tree traversal C# sample added

* Changed formatting to reflect markdown correctly

* Formatting updated

* Updated sentence

* Update to confirm to ESlint changes

* Resolve  indentation mismatch

* Correctly link the xref

* Added C# code snippets for iteration over TreeView

* Add reference to c# code snippet

* Added a ref to the code snippet for recursive c#

* Fix comment

* VisualBasic code snippet for TreeViewTraversal

* Updated vb reference to code snippet

* Cpp gitignore updated

* Added cpp snippet for TreeView iteration

* C# commenting out print calls

* Vb commenting out print calls

* Reorder Folder Structure cpp

* Document updated with code snippets

* C# proj prpgrp updated

* VB prpgrp added

* Cpp prpgrp added

* Fixed typo

* Add description, update date

* Updating to match the two sections in style

* Adding teh snippets.5000.json file

* Update dotnet-desktop-guide/framework/winforms/controls/how-to-iterate-through-all-nodes-of-a-windows-forms-treeview-control.md

* Update dotnet-desktop-guide/framework/winforms/controls/how-to-iterate-through-all-nodes-of-a-windows-forms-treeview-control.md

Co-authored-by: Andy (Steve) De George <[email protected]>
2021-05-07 09:09:05 -07:00
Bill Wagner bed82cbd12 Merge pull request #1063 from dotnet/publish-3044 2021-05-07 05:52:58 -04:00
CXWTool Service Account 58592ea56c merge main branch 2021-05-07 05:01:13 +00:00
Andy (Steve) De George 6ca5ef0da8 Upgrade Snippets 5000 for CPP (#1062)
* Update build-validation.yml

* Add files via upload

* Delete DotnetDocsTools.LocateProjects.1.0.8.nupkg

* Update build-validation.yml
2021-05-06 11:41:54 -07:00
Andy (Steve) De GeorgeandTom Dykstra 3885aab154 Add how to bind enum article (#1056)
* add how to article

* Fix lint

* Fix the code example

* Add missing code

* Update how-to-bind-to-an-enumeration.md

* Update dotnet-desktop-guide/net/wpf/data/how-to-bind-to-an-enumeration.md

Co-authored-by: Tom Dykstra <[email protected]>

Co-authored-by: Tom Dykstra <[email protected]>
2021-05-06 08:03:42 -07:00
Bill Wagner 1e364256fe Merge pull request #1060 from dotnet/publish-4951 2021-05-05 08:08:51 -04:00
CXWTool Service Account 6645466d08 merge main branch 2021-05-05 05:01:40 +00:00
David Pine dd902d2e9c Target @main in the version-sweep.yml workflow (#1059)
* Update version-sweep.yml

* Update .github/workflows/version-sweep.yml
2021-05-04 14:25:36 -07:00
Bill Wagner 3fc34f10a1 Merge pull request #1054 from dotnet/publish-145 2021-05-01 07:01:38 -04:00
CXWTool Service Account 6ee7e8cbe4 merge main branch 2021-05-01 05:00:57 +00:00
Andy (Steve) De George c893946fa6 Add vb code;person example (#1052) 2021-04-30 13:05:52 -07:00
Andy (Steve) De GeorgeandGenevieve Warren 4adbe51408 Port databinding articles to WPF 5.0 (#1049)
* Binding declarations article

* Binding sources article

* TOC/Index updates

* Update redirects

* Acro/bugs

* Apply suggestions from code review

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

* fix bookmarks

Co-authored-by: Genevieve Warren <[email protected]>
2021-04-30 12:08:09 -07:00
Bill Wagner b605226a81 Merge pull request #1050 from dotnet/publish-20136 2021-04-30 06:32:35 -04:00
CXWTool Service Account 5e8f0ae134 merge main branch 2021-04-30 05:00:55 +00:00
Andy (Steve) De George f48d6c37c0 Address feedback (#1045) 2021-04-29 12:09:32 -07:00
Andy (Steve) De George 6fed9f3b9f Merge pull request #1043 from dotnet/main
Publish
2021-04-24 12:41:11 -07:00
Andy (Steve) De George 8d4669a8df Update docfx.json (#1041) 2021-04-24 11:31:02 -07:00
Bill Wagner 4eb8696fa6 Merge pull request #1042 from dotnet/publish-15239 2021-04-24 06:32:09 -04:00
CXWTool Service Account b601c840ab merge main branch 2021-04-24 05:00:50 +00:00
Andy (Steve) De GeorgeandGenevieve Warren be9a1d7a14 Clarify a bit of databinding (#1040)
* Clarify a bit of databinding

* Apply suggestions from code review

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

Co-authored-by: Genevieve Warren <[email protected]>
2021-04-23 18:03:33 -07:00
Bill Wagner 8d6c7eab99 Merge pull request #1039 from dotnet/publish-27105 2021-04-22 06:32:20 -04:00
CXWTool Service Account 1fdc0bb267 merge main branch 2021-04-22 05:01:08 +00:00
Andy (Steve) De George f281a70f00 Add support for status checker (#1038)
* Create check-for-build-warning.yml

* Rename check-for-build-warning.yml to check-for-build-warnings.yml
2021-04-21 15:22:50 -07:00
Andy (Steve) De George f206c2b5af Fix redirect (#1037) 2021-04-21 15:17:05 -07:00
Andy (Steve) De George 32616f61a7 Merge pull request #1035 from dotnet/main
Manual publish
2021-04-15 13:41:20 -07:00
Andy (Steve) De George bf65ce7173 Minor TOC changes for WPF (#1034)
* minor toc changes

* minor toc changes

* minor toc changes
2021-04-15 13:38:09 -07:00
Andy (Steve) De George 366fb32d94 Merge pull request #1033 from dotnet/main
Manual publish
2021-04-15 12:57:39 -07:00
Andy (Steve) De GeorgeandGenevieve Warren ea8529f082 WPF publish initial content (#1032)
* Add overview article for new WPF (#178)

* Remove previous WPF .NET 5 content

* Overview article

* New article: Create new WPF project (#183)

* Basic index file

* Finish article for new project.

* acro

* markdown fix

* Fix build errors

* fix code lang

* fix code lang

* Add differences article for WPF (#186)

* Fix VS version for create app

* Add differences article

* Minor

* fix overview styles code

* Add code langs for overview

* Port Window Overview WPF article (#1011)

* Add Window overview article

* Add TOC

* Remove temp code

* Fix headers

* Port final Windows related articles (#1015)

* Initial test commit

* Add system dialogs

* 75% complete

* Add images

* Fix linter

* Add to toc

* Add more howto

* Fix code

* Add get/set main window

* Add missing code

* Add to toc

* Fix warnings

* Fix warnings

* missing code

* Update see also

* fix xref

* Migrate wpf net core controls-styles articles (#1023)

* Migrate control-styles

* Fix links

* Fix links

* Port databinding article. (#1022)

* Migrated databinding overview

* update toc

* Fix links/snippets

* fix links

* Move to correct folder

* Port initial resources docs (#1026)

* initial resources docs

* Build errors

* Update dotnet-desktop-guide/net/wpf/systems/xaml-resources-overview.md

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

* Apply suggestions from code review

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

* Feedback

* Add app article

* Add system article

* Minor

* meta

* fix toc

* Apply suggestions from code review

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

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

* Add xaml article

* reformat redirect

* Redirects

* WPF update XAML article  (#1031)

* convert snippets

* minor edits

* minor

* Fix warnings

* Fixes #1028

* Fixes #1028

* Apply suggestions from code review

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

* update redirects

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

* minor updates to link

* Readd migration article

* Warning fixes

* Fix lint

* Minor updates

* Fix warnings for TOC/YML

* last warnings

Co-authored-by: Genevieve Warren <[email protected]>
2021-04-15 12:52:05 -07:00
Bill Wagner df2d6ffef4 Merge pull request #1030 from dotnet/publish-32113 2021-04-08 06:15:19 -04:00
CXWTool Service Account bf171b49b9 merge main branch 2021-04-08 05:01:04 +00:00