|
by Paul Stovell via Paul Stovell on 4/2/2011 2:00:00 PM
I just answered a question on StackOverflow, where my answer involved using named controls in a ControlTemplate. It occurred to me that many WPF developers might not be aware of the feature, even though they've probably used it before.
Suppose you're an intern at Microsoft, and you've been told to implement the TextBox feature for WPF. It's complicated:
You need to handle selection of text, including commands like Ctrl+A
You need to handle copy/paste
You need to handle multiple languages and
... [ read more ]
|
|