diff --git a/Demo/Silverlight/EditableTextBlockPage.xaml b/Demo/Silverlight/EditableTextBlockPage.xaml index 1c13f9b..df2f00f 100644 --- a/Demo/Silverlight/EditableTextBlockPage.xaml +++ b/Demo/Silverlight/EditableTextBlockPage.xaml @@ -2,17 +2,23 @@ x:Class="PixelLab.SL.Demo.EditableTextBlockPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:bot="clr-namespace:PixelLab.Common;assembly=PixelLab.Common_SL4" xmlns:sl="clr-namespace:PixelLab.SL;assembly=PixelLab.SL" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="400"> + + + +