Content update - Custom dependency properties (user story 1878471) (#1189)

* Add article, code projects, toc, and redirects

* Update dotnet-desktop-guide/net/wpf/properties/custom-dependency-properties.md

Co-authored-by: Andy (Steve) De George <[email protected]>

* Update dotnet-desktop-guide/net/wpf/properties/custom-dependency-properties.md

Co-authored-by: Andy (Steve) De George <[email protected]>

Co-authored-by: Andy (Steve) De George <[email protected]>
This commit is contained in:
Tris Shores
2021-10-28 13:46:54 -07:00
committed by GitHub
co-authored by Andy De George
parent db732763f4
commit db80384cb9
18 changed files with 592 additions and 0 deletions
@@ -0,0 +1,5 @@
<Window x:Class="CodeSampleVb.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:src="clr-namespace:CodeSampleVb"
Title="Custom Dependency Properties" Height="100" Width="400">
</Window>