Dietz's Q&A profile
Visual Studio 2008 (Pre-release) inline an image into XAML
is it possible to inline an image into a XAML document possibly using a CDATA section ... Thanks, casey just threw some code in :) < Window x:Class = " WindowsApplication1.Window1 " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " Loaded = " Window1_Loaded " > < StackPanel > </ StackPanel > < x:Code > <