Add System Colors to ColorTable (dotnet/corefx#33520)
authorEgor Bogatov <egorbo@gmail.com>
Fri, 5 Apr 2019 03:10:38 +0000 (06:10 +0300)
committerSantiago Fernandez Madero <safern@microsoft.com>
Fri, 5 Apr 2019 03:10:38 +0000 (20:10 -0700)
commit3dbbb01fd7d0725ed346dbfe354ded576fe34aee
tree30ed9b63d1278e593f1f3863864bdbdfb7d9f66a
parentf8b12aa10d4fa16a81fd4b09b7d42a811ef1b7b1
Add System Colors to ColorTable (dotnet/corefx#33520)

* Add system colors to ColorTable

* move SystemColors to System.Drawing.Primitives (from S.D.Common)

* Move SystemColors down to System.Drawing.Primitives

* PR Feedback

Commit migrated from https://github.com/dotnet/corefx/commit/7ccfaac21e6ec32caa5efcb144abe97432caad5b
src/libraries/Common/src/System/Drawing/ColorTable.cs
src/libraries/Common/src/System/Drawing/SystemColors.cs [moved from src/libraries/System.Drawing.Common/src/System/Drawing/SystemColors.cs with 100% similarity]
src/libraries/System.Drawing.Common/ref/Configurations.props
src/libraries/System.Drawing.Common/ref/System.Drawing.Common.csproj
src/libraries/System.Drawing.Common/src/Configurations.props
src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj
src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.Windows.cs
src/libraries/System.Drawing.Primitives/ref/System.Drawing.Primitives.cs
src/libraries/System.Drawing.Primitives/src/System.Drawing.Primitives.csproj
src/libraries/System.Drawing.Primitives/tests/ColorTests.netcoreapp.cs