Welcome to MSDN Blogs Sign in | Join | Help

September 2006 - Posts

Syntax coloring for xaml

I wrote some code that would generate syntax coloring for xaml (and for that matter, most other XML), figured I would share it out. Some assembly required: using System; using System.Collections.Generic; using System.Text; using System.Diagnostics; namespace
Posted by nkramer | 0 Comments

Hardware acceleration, layered windows, and XP

Seema posted the final word on hardware acceleration for WPF layered windows. Long story short, layered windows won't be hardware accelerated on Windows XP (but will on Windows Vista). We had hardware acceleration kind of sort of working, but it was pretty
Posted by nkramer | 2 Comments

Implicit and explicit tags in xaml

In WPF, some collection properties require you to specify an object element for the collection itself, e.g.: <Something> <Something.Children> <ChildrenCollection> … </ChildrenCollection> </Something.Children> </Something>
Posted by nkramer | 2 Comments
 
Page view tracker