From 9e9c5135866442d28627a83ca67e0d6c41ea709e Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Mon, 18 Apr 2011 17:18:38 -0700 Subject: [PATCH] Using uri for xmlns registration --- Common/PixelLab.Common.csproj | 3 ++ Common/PixelLab.Common_SL4.csproj | 3 ++ Demo/Silverlight/EditableTextBlockPage.xaml | 5 ++- Demo/Silverlight/FlipControlPage.xaml | 16 +++++----- Demo/Silverlight/PanZoomPage.xaml | 12 +++---- Demo/Silverlight/SpriteButtonPage.xaml | 31 ++++++++++--------- Demo/Wpf/AnimatingTilePanelPage.xaml | 5 ++- Demo/Wpf/App.xaml | 2 +- Demo/Wpf/BlockBarPage.xaml | 2 +- Demo/Wpf/ColorPicker/ColorPickerPage.xaml | 2 +- Demo/Wpf/Graph/GraphPage.xaml | 5 ++- Demo/Wpf/InfoTextBoxPage.xaml | 2 +- Demo/Wpf/Interactive3DPage.xaml | 2 +- Demo/Wpf/ListPagerPage.xaml | 2 +- Demo/Wpf/MainPage.xaml | 2 +- Demo/Wpf/NotifyWorkerPage.xaml | 2 +- Demo/Wpf/NumericUpDownPage.xaml | 2 +- Demo/Wpf/OrgTree/OrgTreePage.xaml | 2 +- Demo/Wpf/ReorderListboxPage.xaml | 2 +- Demo/Wpf/RevealPage.xaml | 2 +- Demo/Wpf/Set/SetPage.xaml | 2 +- Demo/Wpf/ShowElementPage.xaml | 2 +- Demo/Wpf/TreeMapPanelPage.xaml | 2 +- .../TreeViewHelperPage.xaml | 2 +- Demo/Wpf/ZapPage.xaml | 2 +- Silverlight/Properties/AssemblyInfo.cs | 4 ++- Silverlight/Themes/generic.xaml | 18 +++++------ Wpf/Properties/AssemblyInfo.cs | 2 ++ XamlAssemblyInfo.cs | 3 ++ 29 files changed, 77 insertions(+), 64 deletions(-) create mode 100644 XamlAssemblyInfo.cs diff --git a/Common/PixelLab.Common.csproj b/Common/PixelLab.Common.csproj index bc0bb21..47c7601 100644 --- a/Common/PixelLab.Common.csproj +++ b/Common/PixelLab.Common.csproj @@ -33,6 +33,9 @@ Properties\CommonAssemblyInfo.cs + + Properties\CommonAssemblyInfo.cs + diff --git a/Common/PixelLab.Common_SL4.csproj b/Common/PixelLab.Common_SL4.csproj index 1f15e33..557a1d0 100644 --- a/Common/PixelLab.Common_SL4.csproj +++ b/Common/PixelLab.Common_SL4.csproj @@ -36,6 +36,9 @@ Properties\CommonAssemblyInfo.cs + + Properties\CommonAssemblyInfo.cs + ActionOnDispose.cs diff --git a/Demo/Silverlight/EditableTextBlockPage.xaml b/Demo/Silverlight/EditableTextBlockPage.xaml index df2f00f..db0400a 100644 --- a/Demo/Silverlight/EditableTextBlockPage.xaml +++ b/Demo/Silverlight/EditableTextBlockPage.xaml @@ -2,8 +2,7 @@ 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:bot="http://schemas.thinkpixellab.com/2011/xaml/presentation" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" @@ -15,7 +14,7 @@ - + x:Class="PixelLab.SL.Demo.FlipControlPage" + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + Background="Gray" + xmlns:lib="http://schemas.thinkpixellab.com/2011/xaml/presentation" + + 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" > - + - -