1
vote
2answers
448 views
How to fix code-complete in Visual Studio 2008
The code-complete feature in Visual Studio is very useful, and it still works for C# and C++ code - but no longer works for XAML (XML) editing.
Is there a setting somewhere that can re-enable this? …
0
votes
1answer
57 views
What’s a simple ParentAdapter implementation look like?
I'm trying to write a ParentAdapter implementation; I'm interested in providing design-time support for some WPF controls I'm writing and this is how you manage custom logic for reparenting items to …
