Welcome to MSDN Blogs Sign in | Join | Help

March 2007 - Posts

Over the last month, several people have asked me why CPU is so high on the healthcare demo ... I usually Ask if they are getting hardware acceleration? point them to Perforator or WPFPerf to check , and/or explain them the driver checks in case they Read More...
Tim Sneath ( my work boss) emailed me asking how it went , and since I am typing if for my team I thought: "what the heck ... just publish it..." I had the pleasure of attending and presenting at Desktop Matters last Friday .. It is the "hard-corest" Read More...
it only took less than an hour for some one to ask why my last post has this code: Matrix m = PresentationSource.FromVisual(Application.Current.MainWindow).CompositionTarget.TransformToDevice; double dx = m.M11; double dy = m.M22; The multiple choice Read More...
Several times I have had needed to put WPF content in front of Windows Forms control hosted in a WPF app... Unfortunately, this is a limitation in the interop story, WindowsFormsHost elements are always drawn on top, and don't get affected by z-order Read More...
 
Page view tracker