committed by
GitHub
18 changed files with 107 additions and 85 deletions
@ -1,25 +0,0 @@ |
|||||
// Copyright (c) The Avalonia Project. All rights reserved.
|
|
||||
// Licensed under the MIT license. See licence.md file in the project root for full license information.
|
|
||||
|
|
||||
using System; |
|
||||
|
|
||||
namespace Avalonia.Markup.Xaml.MarkupExtensions |
|
||||
{ |
|
||||
public class StaticExtension : Portable.Xaml.Markup.StaticExtension |
|
||||
{ |
|
||||
public StaticExtension() |
|
||||
{ |
|
||||
} |
|
||||
|
|
||||
public StaticExtension(string member) |
|
||||
: base(member) |
|
||||
{ |
|
||||
} |
|
||||
|
|
||||
public override object ProvideValue(IServiceProvider serviceProvider) |
|
||||
{ |
|
||||
return base.ProvideValue(serviceProvider); |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
} |
|
||||
@ -1,23 +0,0 @@ |
|||||
// Copyright (c) The Avalonia Project. All rights reserved.
|
|
||||
// Licensed under the MIT license. See licence.md file in the project root for full license information.
|
|
||||
|
|
||||
using System; |
|
||||
|
|
||||
namespace Avalonia.Markup.Xaml.MarkupExtensions |
|
||||
{ |
|
||||
public class TypeExtension : Portable.Xaml.Markup.TypeExtension |
|
||||
{ |
|
||||
public TypeExtension() |
|
||||
{ |
|
||||
} |
|
||||
|
|
||||
public TypeExtension(string typeName) : base(typeName) |
|
||||
{ |
|
||||
} |
|
||||
|
|
||||
public override object ProvideValue(IServiceProvider serviceProvider) |
|
||||
{ |
|
||||
return base.ProvideValue(serviceProvider); |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
@ -1 +1 @@ |
|||||
Subproject commit eebf9dbb9275ecc48c18ec24f6fbad8cb494857f |
Subproject commit f226a516fe2bc191145c1fbf732f5a087f121a33 |
||||
Loading…
Reference in new issue