CXWTool Service Account
ec98bc8b81
merge main branch
2022-01-25 06:01:55 +00:00
Andy (Steve) De George
a5e3c44dcb
Migrate code;widen xaml snip ref ( #1279 )
2022-01-24 13:08:12 -06:00
Andy (Steve) De George
0358914363
Upgrade framework winforms-outlook article ( #1280 )
...
* upgrade winforms-outlook article
* change readme name; add description
* change readme name; add description
2022-01-24 13:07:43 -06:00
Andy (Steve) De George
436afcf024
minor updates to get new build ( #1281 )
2022-01-24 13:07:36 -06:00
CXWTool Service Account
5a0e087865
merge main branch
2022-01-22 06:02:32 +00:00
Andy (Steve) De George
59f113791e
Update attached-properties-overview.md ( #1277 )
2022-01-21 12:02:18 -05:00
CXWTool Service Account
032c8c7fe1
merge main branch
2022-01-14 06:02:45 +00:00
Jan Kučera
5811378ade
Update property-animation-techniques-overview.md ( #1271 )
...
wrong `Clock` reference
2022-01-13 10:52:21 -08:00
Pooja Poojari
a34ff0fa72
Fixed duplicate titles for US-1889327 ( #1270 )
...
* Fixed duplicate titles for US-1889327
* Implemented peer review comment.
* Implemented peer review comment for US-1889327
* Implemented peer review comment for US-1889327
* Implemented peer review comment for US-1889327
* Minor fixes for US-1889327
* Metadata updates for US-1889327
2022-01-13 10:49:22 -08:00
CXWTool Service Account
3e1acf0257
merge main branch
2022-01-08 06:01:42 +00:00
Pooja Poojari
2b975023e8
US-1889327: Fixed suggestions to matrix-representation-of-transformations.md and types-of-coordinate-systems.md file ( #1265 )
...
* Fixed suggestions for US-1889327
* Updated alt texts for US-1889327
2022-01-07 21:53:00 +00:00
Andy (Steve) De George
50d7e1b38f
Fix metadata blank lines ( #1266 )
2022-01-07 12:46:45 -05:00
CXWTool Service Account
9846de58cb
merge main branch
2021-12-02 06:01:01 +00:00
Kirupakaran Pandurangan
d70eb38632
Fix build validation warning and suggestions in topics - unique titles for US1889327 ( #1229 )
...
* 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
2021-12-01 12:14:43 -08:00
Andy (Steve) De George
4d862d5816
Merge pull request #1194 from dotnet/main
...
Publish to live 10/27
2021-10-27 15:32:41 -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
atulll and Andy 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
CXWTool Service Account
ec3f9fa343
merge main branch
2021-10-06 05:01:12 +00:00
Andy (Steve) De George
28e28e692e
Update how-to-set-jpeg-compression-level.md ( #1170 )
2021-10-05 15:05:22 -07:00
CXWTool Service Account
0c76e39626
merge main branch
2021-09-17 05:01:06 +00:00
Jeffrey Getzin
e96218f17e
Fixed grammar ( #1150 )
2021-09-16 15:40:06 -07:00
CXWTool Service Account
8b4125d964
merge main branch
2021-08-28 05:02:21 +00:00
Andy (Steve) De George
8c5835c2cc
Update label.md ( #1144 )
2021-08-27 18:52:37 -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
CXWTool Service Account
2349be5d83
merge main branch
2021-08-12 05:01:14 +00: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 George
42e9f248e1
Merge pull request #1128 from dotnet/main
...
publishing
2021-07-30 10:23:45 -07: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
CXWTool Service Account
aff6c6f2d7
merge main branch
2021-07-20 05:00:55 +00:00
Andy (Steve) De George
b0376d820a
Update popup code ( #1111 )
...
* Update popup code
* update xref
2021-07-19 18:35:48 -04:00
CXWTool Service Account
6a361b467a
merge main branch
2021-07-01 05:01:31 +00: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
CXWTool Service Account
6d05c8195b
merge main branch
2021-06-18 05:01:28 +00:00
Andy (Steve) De George
e7f2ff0e96
Update with 3d objects ( #1096 )
2021-06-17 09:06:13 -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 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