Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Use Size from System.Drawing instead of WindowsBase #26

Merged
merged 1 commit into from
Feb 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/System.Windows.Forms.DataVisualization/ChartWinControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@

namespace System.Windows.Forms.DataVisualization.Charting
{
using Size = System.Drawing.Size;

#region Enumerations

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@

namespace System.Windows.Forms.DataVisualization.Charting.Utilities
{
using Size = System.Drawing.Size;

#region Serialization enumerations

/// <summary>
Expand Down