summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml/Properties
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2016-12-04 22:13:54 +0100
committerGitHub <noreply@github.com>2016-12-04 22:13:54 +0100
commit4f4fae659cc195aac3279a11ecfc69c80a02e7e4 (patch)
tree6914bb24376212463ab93cfab1b9cf1648017447 /Xamarin.Forms.Xaml/Properties
parent39f2deb5e04886374e720013782c751a4bb7675d (diff)
downloadxamarin-forms-4f4fae659cc195aac3279a11ecfc69c80a02e7e4.tar.gz
xamarin-forms-4f4fae659cc195aac3279a11ecfc69c80a02e7e4.tar.bz2
xamarin-forms-4f4fae659cc195aac3279a11ecfc69c80a02e7e4.zip
[Xaml] change namespace for [XmlnsDef] and make it internal (#557)
* [Xaml] change namespace for [XmlnsDef] and make internal * fix docs
Diffstat (limited to 'Xamarin.Forms.Xaml/Properties')
-rw-r--r--Xamarin.Forms.Xaml/Properties/AssemblyInfo.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xamarin.Forms.Xaml/Properties/AssemblyInfo.cs b/Xamarin.Forms.Xaml/Properties/AssemblyInfo.cs
index d6b8ae9c..6b853103 100644
--- a/Xamarin.Forms.Xaml/Properties/AssemblyInfo.cs
+++ b/Xamarin.Forms.Xaml/Properties/AssemblyInfo.cs
@@ -1,5 +1,7 @@
using System.Reflection;
using System.Runtime.CompilerServices;
+using System.Windows.Markup;
+
using Xamarin.Forms;
using Xamarin.Forms.Internals;