summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2016-12-05 10:32:28 +0100
committerGitHub <noreply@github.com>2016-12-05 10:32:28 +0100
commit17280b260f07b12a23bb4af2679183b39beb8fd6 (patch)
tree5f2b058e5bd819cf27a867a87b900aa3ddd27054 /Xamarin.Forms.Xaml
parent5b892512abf535f50be39a04fbd5168356a1118d (diff)
downloadxamarin-forms-17280b260f07b12a23bb4af2679183b39beb8fd6.tar.gz
xamarin-forms-17280b260f07b12a23bb4af2679183b39beb8fd6.tar.bz2
xamarin-forms-17280b260f07b12a23bb4af2679183b39beb8fd6.zip
[Xaml] revert namespace change for XmlnsDefAttr (#610)
* [Xaml] revert namespace change for XmlnsDefAttr * fix
Diffstat (limited to 'Xamarin.Forms.Xaml')
-rw-r--r--Xamarin.Forms.Xaml/Properties/AssemblyInfo.cs1
-rw-r--r--Xamarin.Forms.Xaml/XamlParser.cs2
2 files changed, 1 insertions, 2 deletions
diff --git a/Xamarin.Forms.Xaml/Properties/AssemblyInfo.cs b/Xamarin.Forms.Xaml/Properties/AssemblyInfo.cs
index 6b853103..4ed09c20 100644
--- a/Xamarin.Forms.Xaml/Properties/AssemblyInfo.cs
+++ b/Xamarin.Forms.Xaml/Properties/AssemblyInfo.cs
@@ -1,6 +1,5 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-using System.Windows.Markup;
using Xamarin.Forms;
using Xamarin.Forms.Internals;
diff --git a/Xamarin.Forms.Xaml/XamlParser.cs b/Xamarin.Forms.Xaml/XamlParser.cs
index 5cc95068..594d1c6b 100644
--- a/Xamarin.Forms.Xaml/XamlParser.cs
+++ b/Xamarin.Forms.Xaml/XamlParser.cs
@@ -30,8 +30,8 @@ using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
-using System.Windows.Markup;
using System.Xml;
+using Xamarin.Forms.Internals;
namespace Xamarin.Forms.Xaml
{