Browse Source

Added missing Glass.Core using

pull/532/head
Wiesław Šoltés 10 years ago
parent
commit
325b5a0747
  1. 2
      src/Markup/Perspex.Markup.Xaml/Context/PerspexNamespaceRegistry.cs
  2. 3
      src/Markup/Perspex.Markup.Xaml/Context/PerspexTypeRepository.cs
  3. 2
      src/Markup/Perspex.Markup.Xaml/MarkupExtensions/StaticExtension.cs
  4. 2
      src/Markup/Perspex.Markup.Xaml/MarkupExtensions/TypeExtension.cs

2
src/Markup/Perspex.Markup.Xaml/Context/PerspexNamespaceRegistry.cs

@ -5,7 +5,6 @@ using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Glass;
using OmniXaml.Builder;
using OmniXaml.Typing;
using Perspex.Controls;
@ -14,6 +13,7 @@ using Perspex.Media;
using Perspex.Metadata;
using Perspex.Platform;
using Perspex.Styling;
using Glass.Core;
namespace Perspex.Markup.Xaml.Context
{

3
src/Markup/Perspex.Markup.Xaml/Context/PerspexTypeRepository.cs

@ -2,10 +2,9 @@
// Licensed under the MIT license. See licence.md file in the project root for full license information.
using System;
using Glass;
using OmniXaml;
using OmniXaml.Typing;
using Perspex.Markup.Xaml.Data;
using Glass.Core;
namespace Perspex.Markup.Xaml.Context
{

2
src/Markup/Perspex.Markup.Xaml/MarkupExtensions/StaticExtension.cs

@ -4,8 +4,8 @@
using System;
using System.Linq;
using System.Reflection;
using Glass;
using OmniXaml;
using Glass.Core;
namespace Perspex.Markup.Xaml.MarkupExtensions
{

2
src/Markup/Perspex.Markup.Xaml/MarkupExtensions/TypeExtension.cs

@ -2,10 +2,10 @@
// Licensed under the MIT license. See licence.md file in the project root for full license information.
using System;
using Glass;
using OmniXaml;
using OmniXaml.Attributes;
using OmniXaml.Typing;
using Glass.Core;
namespace Perspex.Markup.Xaml.MarkupExtensions
{

Loading…
Cancel
Save