@ -2,9 +2,9 @@
// Licensed under the MIT license. See licence.md file in the project root for full license information.
using System;
using Avalonia.Platform;
using Avalonia.Media;
namespace Avalonia.Media
namespace Avalonia.Platform
{
/// <summary>
/// Defines the interface through which drawing occurs.
@ -3,6 +3,7 @@
namespace Avalonia.Rendering
@ -1,6 +1,7 @@
using System;
using System.Diagnostics;
@ -1,7 +1,7 @@
using System.Collections.Generic;
using Avalonia.Media.Immutable;
using Avalonia.VisualTree;
namespace Avalonia.Rendering.SceneGraph
@ -2,9 +2,7 @@
@ -5,7 +5,6 @@ using System;
@ -4,6 +4,7 @@