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
This commit is contained in:
Tris Shores
2021-10-22 09:55:35 -07:00
committed by GitHub
parent 090e480dcf
commit cf712b82b0
18 changed files with 695 additions and 0 deletions
+8
View File
@@ -496,6 +496,14 @@
{
"source_path": "dotnet-desktop-guide/framework/wpf/properties/how-to-register-an-attached-property.md",
"redirect_url": "/dotnet/desktop/wpf/advanced/how-to-register-an-attached-property?view=netframeworkdesktop-4.8"
},
{
"source_path": "dotnet-desktop-guide/net/wpf/advanced/collection-type-dependency-properties.md",
"redirect_url": "/dotnet/desktop/wpf/properties/collection-type-dependency-properties?view=netdesktop-5.0"
},
{
"source_path": "dotnet-desktop-guide/framework/wpf/properties/collection-type-dependency-properties.md",
"redirect_url": "/dotnet/desktop/wpf/advanced/collection-type-dependency-properties?view=netframeworkdesktop-4.8"
}
]
}