.NET
prop_wpf.txt
Associated article: Properties, Dependency Properties, and WPF
Tags: Web Development .NET Design
Published source code accompanying the article by Charles Petzold in which he examines the Windows Presentation Foundation (WPF) which implements two complementary programming interfaces. This lets you write entire WPF applications using a .NET-compliant programming language or at least parts of it using XAML.
Properties, Dependency Properties, and WPF
by Charles Petzold
Listing One
<!-- PropertySettingsDemo.xaml by Charles Petzold -->
<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml&...


