X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Xaml%2FSystem.Windows.Markup%2FDependsOnAttribute.cs;h=361df14ed60e75cb5955d3b6fb42eadf600e8d47;hb=830bf66a13ea18dd8c6f67203d9a70b20349f1d6;hp=f49ce4fb5be40643e422297b50b1b05ba510a7d3;hpb=4d84028bd8d48b06a1858854715145e44378e6bd;p=mono.git diff --git a/mcs/class/System.Xaml/System.Windows.Markup/DependsOnAttribute.cs b/mcs/class/System.Xaml/System.Windows.Markup/DependsOnAttribute.cs index f49ce4fb5be..361df14ed60 100755 --- a/mcs/class/System.Xaml/System.Windows.Markup/DependsOnAttribute.cs +++ b/mcs/class/System.Xaml/System.Windows.Markup/DependsOnAttribute.cs @@ -25,9 +25,7 @@ using System; namespace System.Windows.Markup { [AttributeUsage (AttributeTargets.Method | AttributeTargets.Property, AllowMultiple = true)] -#if !NET_2_1 [System.Runtime.CompilerServices.TypeForwardedFrom (Consts.AssemblyWindowsBase)] -#endif public sealed class DependsOnAttribute : Attribute { public DependsOnAttribute (string name) @@ -37,7 +35,7 @@ namespace System.Windows.Markup public string Name { get; private set; } -#if !NET_2_1 +#if !__MOBILE__ // really? I doubt it should be overriden. public override Object TypeId { get { return this; }