Forgot to remove old internal stuff.
authorAtsushi Eno <atsushi@ximian.com>
Mon, 8 Nov 2010 07:51:32 +0000 (16:51 +0900)
committerAtsushi Eno <atsushi@ximian.com>
Mon, 8 Nov 2010 07:51:32 +0000 (16:51 +0900)
mcs/class/System.Xaml/System.Xaml/XamlMember.cs

index f310b0f490bde1f14a4685c3d3c592dcda5ce40c..d8cab94973cf231c12e4ded4d96a2adf46e87970 100644 (file)
@@ -235,13 +235,6 @@ namespace System.Xaml
                public XamlValueConverter<ValueSerializer> ValueSerializer {
                        get { return LookupValueSerializer (); }
                }
-               
-               internal bool IsConstructorArgument {
-                       get {
-                               var ap = GetCustomAttributeProvider ();
-                               return ap != null && ap.GetCustomAttributes (typeof (ConstructorArgumentAttribute), false).Length > 0;
-                       }
-               }
 
                public static bool operator == (XamlMember left, XamlMember right)
                {