Skip to content

Update custom-dependency-properties.md #3161

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 30, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update custom-dependency-properties.md
  • Loading branch information
jaigak authored Jun 6, 2021
commit e78cc52d68b017d0bc757acdae935f0f2d4c8aa9
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dev_langs:
- csharp
- vb
- cppwinrt
- cpp
- cppcx
---
# Custom dependency properties

Expand Down Expand Up @@ -474,4 +474,4 @@ The implementation for registering a property in C++/CX is trickier than C#, bot
- [**DependencyProperty.Register**](/uwp/api/windows.ui.xaml.dependencyproperty.register)
- [Dependency properties overview](dependency-properties-overview.md)
- [XAML user and custom controls sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/master/Official%20Windows%20Platform%20Sample/XAML%20user%20and%20custom%20controls%20sample)