Andy (Steve) De George
b1e7a0e6c9
Merge pull request #1073 from dotnet/main
...
Publish
2021-05-18 09:25:26 -07:00
Andy (Steve) De George and Tom 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
CXWTool Service Account
3ed6bf81e9
merge main branch
2021-05-08 05:01:21 +00:00
Lavin S and Andy 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
CXWTool Service Account
3af487896f
merge main branch
2021-03-24 05:01:10 +00:00
Leon Bambrick
9c0390d601
extraneous double quote ( #1017 )
2021-03-23 09:10:03 -07:00
CXWTool Service Account
fcd77d8679
merge main branch
2021-03-16 18:36:05 +00:00
Sylvain Bruyère
107d1c03fd
Fix a dead link in the WPF dependency properties overview ( #1012 )
2021-03-15 08:26:44 -07:00
CXWTool Service Account
9f8de7aa92
Merge branch 'main' into publish-21415
2021-03-10 16:49:12 +00:00
Andy (Steve) De George
7f8394ee60
Update more main branch changes ( #1008 )
...
* Update build-validation.yml
* Update version-sweep.yml
* Update .acrolinx-config.edn
* Update .openpublishing.publish.config.json
* fix paths
* Update .github/workflows/build-validation.yml
2021-03-09 11:38:59 -08:00
Bill Wagner
754c22d764
Merge pull request #1007 from dotnet/main
...
publish live from main
2021-03-09 09:10:31 -05:00
Christy and Andy De George
27a7699fe3
Update how-to-create-an-elliptical-arc.md ( #222 )
...
* Update how-to-create-an-elliptical-arc.md
Removed unnecessary [xaml] tags
* Update how-to-create-an-elliptical-arc.md
Co-authored-by: Andy De George <[email protected] >
2021-03-08 17:21:02 -08:00
Christy and Andy De George
ad9b095b5f
Update how-to-create-a-linesegment-in-a-pathgeometry.md ( #221 )
...
* Update how-to-create-a-linesegment-in-a-pathgeometry.md
Removed unnecessary [xaml] tags
* Update how-to-create-a-linesegment-in-a-pathgeometry.md
Co-authored-by: Andy De George <[email protected] >
2021-03-08 17:19:59 -08:00
Christy and Andy De George
1548a17118
Cleaned up how-to-create-a-cubic-bezier-curve.md ( #220 )
...
* Cleaned up how-to-create-a-cubic-bezier-curve.md
Removed unnecessary [xml] tags
* Update how-to-create-a-cubic-bezier-curve.md
Co-authored-by: Andy De George <[email protected] >
2021-03-08 17:19:37 -08:00
Christy and Andy De George
911443635a
Update how-to-create-a-quadratic-bezier-curve.md ( #223 )
...
* Update how-to-create-a-quadratic-bezier-curve.md
Removed unnecessary [xaml] tags
* Update how-to-create-a-quadratic-bezier-curve.md
* Update how-to-create-a-quadratic-bezier-curve.md
Co-authored-by: Andy De George <[email protected] >
2021-03-08 17:19:04 -08:00
CXWTool Service Account
2e16d3f580
Merge branch 'master' into publish-23600
2021-02-10 07:01:00 +00:00
Andy De George
a11eb130d1
Update threading-model.md ( #208 )
2021-02-09 15:46:56 -08:00
Andy De George
a8d0ef7e59
Fix wpf overview styles xaml ( #209 )
2021-02-09 15:46:32 -08:00
CXWTool Service Account
cd23c90d9e
Merge branch 'master' into publish-23450
2021-02-03 07:00:53 +00:00
Andy De George
1aad00b25d
Add csharp code;fix headers;bugs ( #194 )
2021-02-02 13:24:37 -08:00
CXWTool Service Account
85e78c8656
Merge branch 'master' into publish-12373
2021-01-28 07:01:09 +00:00
Andy De George
34d3c6108f
Remove Jill as author ( #184 )
2021-01-27 14:24:08 -08:00
Igor Velikorossov and Andy De George
1fe35d6424
Update webbrowser sample ( #173 )
...
* Update webbrowser sample
As per suggestions https://github.com/dotnet/winforms/issues/4443#issuecomment-759333446
Resolves dotnet/winforms#4443
* fixup! Update webbrowser sample
* fixup! Update webbrowser sample
* Update dotnet-desktop-guide/framework/winforms/controls/implement-two-way-com-between-dhtml-and-client.md
Co-authored-by: Andy De George <[email protected] >
Co-authored-by: Andy De George <[email protected] >
2021-01-27 14:21:32 -08:00
CXWTool Service Account
2426bbf0c1
Merge branch 'master' into publish-30962
2021-01-16 07:00:59 +00:00
Andy De George
a856d83f28
Add note about x:key conflict with explicit keys ( #166 )
...
* Update how-to-use-an-application-scope-resource-dictionary.md
* Update how-to-use-an-application-scope-resource-dictionary.md
2021-01-15 12:23:49 -06:00
Andy De George
701634d9a5
Update how-to-set-jpeg-compression-level.md ( #159 )
2021-01-15 12:23:31 -06:00
CXWTool Service Account
ef80b65d6b
Merge branch 'master' into publish-21020
2020-12-08 07:01:11 +00:00
Andy De George
ffc3b77150
Restore WPF .NET Framework content from WPF .NET ( #144 )
...
* Copy .NET 5 WPF content back into .NET Framework
* Add H1 heading difference for .NET
* Fix validation errors
2020-12-07 13:06:20 -08:00
CXWTool Service Account
3a6eeac5fb
Merge branch 'master' into publish-254
2020-12-04 07:01:08 +00:00
Andy De George
99e90fa162
Update metadata rules and individual articles ( #142 )
...
* Add conceptual topic type for framework
* Add NET WPF article topic types
* Framework winforms overview topic types
* Update metadata
* Update walkthrough-my-first-wpf-desktop-application.md
2020-12-03 09:58:46 -08:00
CXWTool Service Account
487fd28d06
Merge branch 'master' into publish-7434
2020-12-03 07:00:48 +00:00
Andy De George
6a2b7dc939
Update walkthrough-my-first-wpf-desktop-application.md ( #138 )
2020-12-02 13:38:07 -08:00
Andy De George
0fd7bfad67
Merge pull request #136 from dotnet/master
...
Manual publish fixing bad squash-merge
2020-11-24 10:34:28 -08:00
Kevin Jones
04d84966fa
Delete reference to "the Visual Basic code above" ( #121 )
2020-11-13 12:23:01 -08:00
Andy De George
a108fc2b98
Fixes related to open issues. ( #122 )
...
* Update framework winforms landing
* Add note about attribute
* Adjust storyboard overview
* Fix comments in snippet
* Adjust table in getting started
* Add missing encoded char
* Fix bad desiredheight prop
* Fix blank column
* Fix description metadata
* Review feedback
2020-11-13 11:51:10 -08:00
CXWTool Service Account
bee0cc6fad
Merge branch 'master' into publish-27362
2020-11-06 07:01:00 +00:00
David Coulter and Andy De George
674b773578
Links: .NET Desktop - framework\wpf ( #109 )
...
* Links: .NET Desktop - framework\wpf
* Apply suggestions from code review
Co-authored-by: Andy De George <[email protected] >
2020-11-05 13:50:29 -08:00
David Coulter
25480ff846
Links: .NET Desktop - framework\winforms ( #108 )
2020-11-05 11:04:06 -08:00
CXWTool Service Account
e50074c819
Merge branch 'master' into publish-8192
2020-11-03 07:00:58 +00:00
MHDeveloper30
5408f5c4d0
Update how-to-validate-application-settings.md ( #101 )
2020-11-02 09:36:09 -08:00
Milos Zivadinovic
18a1e4d532
Fix missing letter in first link of article ( #68 )
2020-10-12 13:45:12 -07:00
Milos Zivadinovic
b98f4b8932
Fix missing letter in first link of article ( #68 )
2020-10-12 13:40:08 -07:00
CXWTool Service Account
bcc2e7603a
Merge branch 'master' into publish-15572
2020-09-29 06:01:03 +00:00
Andy De George
6758618374
Fix name of article ( #58 )
2020-09-28 08:30:41 -07:00
CXWTool Service Account
e28a535061
Merge branch 'master' into publish-17711
2020-09-22 06:00:59 +00:00
xparadoxical
6b93072d74
Fix formatting by replacing _abc_ with *abc* ( #52 )
...
In my opinion **Get_PropertyName_** should be replaced with **Get*PropertyName*** as it looks better. (same for Set(...))
2020-09-21 12:30:07 -07:00
Andy De George
695d0a2803
Merge pull request #49 from dotnet/master
...
Merge master into live
2020-09-17 10:35:31 -07:00
Andy De George
9371b0126b
Migrate .NET 3.1/5 WPF guide from dotnet docs ( #48 )
...
* add toc/bread changes
* add xaml-services
* add ported wpf content
* add xaml-services info to docfx
* Fix links 1
* Fix links 2
* Fix links 3
* Fix links 4
* Fix links 5
* Fix links 6
* Fix links 7
* Fix xaml-services link
* Fix snippets 1
* Fix snippets 2
* adjust breadcrumb and toc
* remove preserve-view from breadcrumbs
* add empty view to toc item xaml
* update include
* remove contextual toc for vs article :(
2020-09-17 08:41:01 -07:00
Andy De George
9c0a2889a2
Merge pull request #45 from dotnet/master
...
Merge master into live
2020-09-15 18:22:57 -07:00