I have a serious problem that Outline Text takes lots of CPU Usage.
I take OutlineText Control source in http://blogs.msdn.com/b/wpfsdk/archive/2006/12/24/using-text-as-a-decorative-graphic.aspx and in onTimer() I update OutlineText's Foreground per 100ms but it takes much more CPU than TextBlock.
Cause I think it refers to image processing inside it.
How can I improve the source code or is there any other way to implement Outline Text in WPF?