Browse Source
Had to also rename enclosing namespace from Binding to Data as classes with same name as a namespace cause problems.pull/297/head
41 changed files with 90 additions and 90 deletions
@ -1,7 +1,7 @@ |
|||
// Copyright (c) The Perspex Project. All rights reserved.
|
|||
// Licensed under the MIT license. See licence.md file in the project root for full license information.
|
|||
|
|||
namespace Perspex.Markup.Xaml.Binding |
|||
namespace Perspex.Markup.Xaml.Data |
|||
{ |
|||
public enum RelativeSourceMode |
|||
{ |
|||
@ -1,7 +1,7 @@ |
|||
// Copyright (c) The Perspex Project. All rights reserved.
|
|||
// Licensed under the MIT license. See licence.md file in the project root for full license information.
|
|||
|
|||
namespace Perspex.Markup.Xaml.Binding |
|||
namespace Perspex.Markup.Xaml.Data |
|||
{ |
|||
public class TargetBindingEndpoint |
|||
{ |
|||
Loading…
Reference in new issue