From edef9894af198da690c0381bf43d4dafddf16f0d Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 1 Feb 2013 04:13:36 +0400 Subject: replace RichTextBox and Attached Property with subclassed RichTextBox and plain Dependency Property. Somehow fixes #11 --- Juick/ThreadView.xaml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'Juick/ThreadView.xaml') diff --git a/Juick/ThreadView.xaml b/Juick/ThreadView.xaml index 4f622c7..7de5533 100644 --- a/Juick/ThreadView.xaml +++ b/Juick/ThreadView.xaml @@ -6,20 +6,14 @@ xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - xmlns:bindings="clr-namespace:Juick.Classes" + xmlns:controls="clr-namespace:Juick.Controls" FontFamily="{StaticResource PhoneFontFamilyNormal}" FontSize="{StaticResource PhoneFontSizeNormal}" Foreground="{StaticResource PhoneForegroundBrush}" SupportedOrientations="PortraitOrLandscape" Orientation="Portrait" mc:Ignorable="d" d:DesignHeight="768" d:DesignWidth="480" shell:SystemTray.IsVisible="True"> - - - - - - - + @@ -62,13 +56,11 @@ FontSize="{StaticResource PhoneFontSizeLarge}" Style="{StaticResource PhoneTextAccentStyle}" /> - - - + IsReadOnly="True" Text="{Binding MessageText}" />