Add article, code projects, toc, and redirects (#1178)

Co-authored-by: Andy (Steve) De George <[email protected]>
This commit is contained in:
Tris Shores
2021-10-22 10:23:20 -07:00
committed by GitHub
co-authored by Andy De George
parent cf712b82b0
commit 4f0101b05c
18 changed files with 580 additions and 2 deletions
+8
View File
@@ -489,6 +489,14 @@
"source_path": "dotnet-desktop-guide/framework/wpf/properties/dependency-property-value-precedence.md",
"redirect_url": "/dotnet/desktop/wpf/advanced/dependency-property-value-precedence?view=netframeworkdesktop-4.8"
},
{
"source_path": "dotnet-desktop-guide/net/wpf/advanced/attached-properties-overview.md",
"redirect_url": "/dotnet/desktop/wpf/properties/attached-properties-overview?view=netdesktop-5.0"
},
{
"source_path": "dotnet-desktop-guide/framework/wpf/properties/attached-properties-overview.md",
"redirect_url": "/dotnet/desktop/wpf/advanced/attached-properties-overview?view=netframeworkdesktop-4.8"
},
{
"source_path": "dotnet-desktop-guide/net/wpf/advanced/how-to-register-an-attached-property.md",
"redirect_url": "/dotnet/desktop/wpf/properties/how-to-register-an-attached-property?view=netdesktop-5.0"