From 1c036de8e527038f00b7ff07fc1ef4b80f23a846 Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 27 Jun 2012 17:22:49 +0000 Subject: Started trying to add dependency objects. Don't work yet. --- Noddybox.WindowsPhone.Silverlight/SaveDialog.xaml | 62 +++++++++++++++++------ 1 file changed, 47 insertions(+), 15 deletions(-) (limited to 'Noddybox.WindowsPhone.Silverlight/SaveDialog.xaml') diff --git a/Noddybox.WindowsPhone.Silverlight/SaveDialog.xaml b/Noddybox.WindowsPhone.Silverlight/SaveDialog.xaml index 012d2d2..ef45e68 100644 --- a/Noddybox.WindowsPhone.Silverlight/SaveDialog.xaml +++ b/Noddybox.WindowsPhone.Silverlight/SaveDialog.xaml @@ -1,16 +1,21 @@  - - + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:d="http://schemas.microsoft.com/expression/blend/2008" + xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:conv="clr-namespace:Noddybox.WindowsPhone.Silverlight.Converters" + mc:Ignorable="d" + FontFamily="{StaticResource PhoneFontFamilyNormal}" + FontSize="{StaticResource PhoneFontSizeNormal}" + Foreground="{StaticResource PhoneForegroundBrush}" + d:DesignHeight="480" d:DesignWidth="480"> + + + + + + @@ -19,9 +24,36 @@ - - -