Content update - Dependency properties overview (user story 1878471) (#1160)

* Update article and code projects

* Further edits

* Fix links

* Relocate article & snippets to wpf/properties folder

* add toc and redirects

* Add acrolinx comment and make a minor edit.

* minor

Co-authored-by: Andy De George (adegeo) <[email protected]>
This commit is contained in:
Tris Shores
2021-09-27 13:53:44 -07:00
committed by GitHub
co-authored by Andy De George
parent bdd178c010
commit 57b6ca1593
22 changed files with 851 additions and 0 deletions
@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace CodeSampleCsharp
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}