October 2008 - Posts

0
Comments

Activator 2: XAML and Generics Day by aelij

First of all, you didn't miss part one. Just thought it was a funny reference . I'm currently working on a new release of WPF Contrib . In my TaskDialog class, I used a few classes I derived from ItemsControl (which I'm considering deleting in this version...
Filed under: , ,
0
Comments

License by aelij

I've added a license page to my blog. As indicated there, all code (unless noted otherwise) is released under the MIT license .
Filed under:
2
Comments

Improper use of InteropBitmap can cause a memory leak by aelij

I've been using InteropBitmap in my GdiTextBlock . The control creates a new GDI+ Bitmap every measure pass, which it then converts to a WPF BitmapSource using the Imaging.CreateBitmapSourceFromHBitmap() method (this method returns an InteropBitmap)....
Filed under:
0
Comments

Shady Pixels by aelij

In my previous post I mentioned the new Zune 3.0 visualizations. I really liked them, so I decided to try and create them using WPF's new (3.5 SP1) Effects. A while ago I wrote about BitmapEffects, and why you should try to avoid them. Effects replace...
Filed under:
Powered by Community Server (Non-Commercial Edition), by Telligent Systems