Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Xaml/System.Windows.Markup/IUriContext.cs')
-rwxr-xr-xmcs/class/System.Xaml/System.Windows.Markup/IUriContext.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.Xaml/System.Windows.Markup/IUriContext.cs b/mcs/class/System.Xaml/System.Windows.Markup/IUriContext.cs
index 46483561e74..252ab6964cd 100755
--- a/mcs/class/System.Xaml/System.Windows.Markup/IUriContext.cs
+++ b/mcs/class/System.Xaml/System.Windows.Markup/IUriContext.cs
@@ -28,6 +28,7 @@ using System.Xaml.Schema;
namespace System.Windows.Markup
{
+ [System.Runtime.CompilerServices.TypeForwardedFrom (Consts.AssemblyPresentationCore_3_5)]
public interface IUriContext
{
Uri BaseUri { get; set; }