From d10f4d0dec9774b36cbf5639f8c319f9132fc126 Mon Sep 17 00:00:00 2001 From: ThomasGoulet73 <51839772+ThomasGoulet73@users.noreply.github.com> Date: Thu, 3 Apr 2025 23:46:55 -0400 Subject: [PATCH 1/3] [StyleCleanUp] Fix MilCodeGen license header --- .../src/WpfGfx/codegen/mcg/ResourceModel/Array.cs | 1 - .../src/WpfGfx/codegen/mcg/ResourceModel/CG.cs | 1 - .../src/WpfGfx/codegen/mcg/ResourceModel/Command.cs | 1 - .../src/WpfGfx/codegen/mcg/ResourceModel/Elements.cs | 1 - .../src/WpfGfx/codegen/mcg/ResourceModel/Enum.cs | 1 - .../src/WpfGfx/codegen/mcg/ResourceModel/Field.cs | 1 - .../src/WpfGfx/codegen/mcg/ResourceModel/Primitive.cs | 1 - .../src/WpfGfx/codegen/mcg/ResourceModel/Realization.cs | 1 - .../src/WpfGfx/codegen/mcg/ResourceModel/RenderData.cs | 1 - .../src/WpfGfx/codegen/mcg/ResourceModel/Resource.cs | 1 - .../src/WpfGfx/codegen/mcg/ResourceModel/ResourceModel.cs | 1 - .../src/WpfGfx/codegen/mcg/ResourceModel/Struct.cs | 1 - .../src/WpfGfx/codegen/mcg/ResourceModel/Type.cs | 1 - .../src/WpfGfx/codegen/mcg/Runtime/CodeSink.cs | 1 - .../src/WpfGfx/codegen/mcg/Runtime/DelimitedList.cs | 1 - .../src/WpfGfx/codegen/mcg/Runtime/FileCodeSink.cs | 1 - .../src/WpfGfx/codegen/mcg/Runtime/GeneratorMethods.cs | 1 - .../src/WpfGfx/codegen/mcg/Runtime/ParameterList.cs | 1 - .../src/WpfGfx/codegen/mcg/Runtime/StringCodeSink.cs | 1 - .../src/WpfGfx/codegen/mcg/Runtime/XmlLoader.cs | 1 - .../src/WpfGfx/codegen/mcg/Runtime/orlist.cs | 1 - .../src/WpfGfx/codegen/mcg/generators/AnimatableTemplate.cs | 1 - .../src/WpfGfx/codegen/mcg/generators/AnimationBaseTemplate.cs | 1 - .../src/WpfGfx/codegen/mcg/generators/AnimationClockResource.cs | 1 - .../WpfGfx/codegen/mcg/generators/AnimationResourceTemplate.cs | 1 - .../src/WpfGfx/codegen/mcg/generators/AnimationTemplate.cs | 1 - .../codegen/mcg/generators/AnimationUsingKeyFramesTemplate.cs | 1 - .../src/WpfGfx/codegen/mcg/generators/CommandStructure.cs | 1 - .../src/WpfGfx/codegen/mcg/generators/CommandType.cs | 1 - .../WpfGfx/codegen/mcg/generators/DiscreteKeyFrameTemplate.cs | 1 - .../src/WpfGfx/codegen/mcg/generators/DuceResource.cs | 1 - .../src/WpfGfx/codegen/mcg/generators/EasingKeyFrameTemplate.cs | 1 - .../src/WpfGfx/codegen/mcg/generators/Elements.cs | 1 - .../WpfGfx/codegen/mcg/generators/FrameworkElementTemplate.cs | 1 - .../src/WpfGfx/codegen/mcg/generators/IAnimatableHelper.cs | 1 - .../WpfGfx/codegen/mcg/generators/KeyFrameCollectionTemplate.cs | 1 - .../src/WpfGfx/codegen/mcg/generators/KeyFrameTemplate.cs | 1 - .../src/WpfGfx/codegen/mcg/generators/LinearKeyFrameTemplate.cs | 1 - .../src/WpfGfx/codegen/mcg/generators/ManagedEnum.cs | 1 - .../src/WpfGfx/codegen/mcg/generators/ManagedResource.cs | 1 - .../src/WpfGfx/codegen/mcg/generators/ManagedStruct.cs | 1 - .../WpfGfx/codegen/mcg/generators/MilRenderTypesGenerated.cs | 1 - .../src/WpfGfx/codegen/mcg/generators/MiscDef.cs | 1 - .../src/WpfGfx/codegen/mcg/generators/PolySegmentTemplate.cs | 1 - .../src/WpfGfx/codegen/mcg/generators/ProtocolFingerprint.cs | 1 - .../src/WpfGfx/codegen/mcg/generators/ResourceType.cs | 1 - .../src/WpfGfx/codegen/mcg/generators/SplineKeyFrameTemplate.cs | 1 - .../src/WpfGfx/codegen/mcg/generators/Template.cs | 1 - .../WpfGfx/codegen/mcg/generators/WincodecPrivateGenerated.cs | 1 - .../src/WpfGfx/codegen/mcg/generators/commandprocessmessage.cs | 1 - .../src/WpfGfx/codegen/mcg/generators/renderdata.cs | 1 - .../src/WpfGfx/codegen/mcg/generators/resourcefactory.cs | 1 - .../src/WpfGfx/codegen/mcg/helpers/CodeGenHelpers.cs | 1 - .../src/WpfGfx/codegen/mcg/helpers/CollectionHelper.cs | 1 - .../src/WpfGfx/codegen/mcg/helpers/EmptyClassHelper.cs | 1 - .../src/WpfGfx/codegen/mcg/helpers/EnumHelper.cs | 1 - .../src/WpfGfx/codegen/mcg/helpers/ManagedStyle.cs | 2 -- .../src/WpfGfx/codegen/mcg/helpers/PaddedCommand.cs | 1 - .../src/WpfGfx/codegen/mcg/helpers/StringHelpers.cs | 1 - .../src/WpfGfx/codegen/mcg/helpers/StructHelper.cs | 1 - .../src/WpfGfx/codegen/mcg/helpers/Style.cs | 2 -- .../src/WpfGfx/codegen/mcg/main/ResourceGenerator.cs | 1 - .../src/WpfGfx/codegen/mcg/main/SimpleGenerator.cs | 1 - .../src/WpfGfx/codegen/mcg/main/cmdline/CommandLineArguments.cs | 1 - .../src/WpfGfx/codegen/mcg/main/cmdline/IndentedWriter.cs | 1 - .../src/WpfGfx/codegen/mcg/main/cmdline/Utility.cs | 1 - .../src/WpfGfx/tools/csp/test/CsProject/CsProjectTest.cs | 1 - .../src/WpfGfx/tools/csp/test/CspProject/CspProjectTest.cs | 1 - 68 files changed, 70 deletions(-) diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Array.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Array.cs index 1ceb7fc5ea5..47b4bf980b3 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Array.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Array.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/CG.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/CG.cs index 30145a98726..0137d7423f4 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/CG.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/CG.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Command.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Command.cs index 15d008f3d05..4ab07f3f316 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Command.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Command.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Elements.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Elements.cs index e83e40c0a90..e57e337262e 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Elements.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Elements.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Enum.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Enum.cs index 8eff3e55ba1..5d8b73aeadc 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Enum.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Enum.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Field.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Field.cs index 6f6d2a6b5d3..e85328330f6 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Field.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Field.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Primitive.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Primitive.cs index b9c6d02ef9a..b77a541bff8 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Primitive.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Primitive.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Realization.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Realization.cs index 5abdf8ebf85..4d411356d4c 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Realization.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Realization.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/RenderData.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/RenderData.cs index 4d8471b89a2..5a74d73111c 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/RenderData.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/RenderData.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Resource.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Resource.cs index 8fb45883b10..810d04d8a2d 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Resource.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Resource.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/ResourceModel.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/ResourceModel.cs index 244c80df97c..e8cf9e355cd 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/ResourceModel.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/ResourceModel.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Struct.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Struct.cs index 2b36ea7e4d5..37b5a91c805 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Struct.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Struct.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Type.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Type.cs index 991b96a257c..82958aecf82 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Type.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/ResourceModel/Type.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/CodeSink.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/CodeSink.cs index 10529056146..2af433748f4 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/CodeSink.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/CodeSink.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/DelimitedList.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/DelimitedList.cs index e6e6421cce9..fef14bc063e 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/DelimitedList.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/DelimitedList.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/FileCodeSink.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/FileCodeSink.cs index 8fd3eb846a0..9822cac6d9e 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/FileCodeSink.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/FileCodeSink.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/GeneratorMethods.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/GeneratorMethods.cs index 0b2e5f82221..f981ded9b60 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/GeneratorMethods.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/GeneratorMethods.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/ParameterList.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/ParameterList.cs index 59ff540b6cb..4d3ba0c3ffe 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/ParameterList.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/ParameterList.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/StringCodeSink.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/StringCodeSink.cs index e3190fc6594..8c27a1f9a96 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/StringCodeSink.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/StringCodeSink.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/XmlLoader.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/XmlLoader.cs index 07e51af4ca2..6a4c5585cbd 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/XmlLoader.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/XmlLoader.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/orlist.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/orlist.cs index e4d6fc937b2..5dd3e0fbb1d 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/orlist.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/Runtime/orlist.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimatableTemplate.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimatableTemplate.cs index 2ea2399dea1..c49b45cafa3 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimatableTemplate.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimatableTemplate.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimationBaseTemplate.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimationBaseTemplate.cs index 8ac20cb33db..870e7cd1e32 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimationBaseTemplate.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimationBaseTemplate.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimationClockResource.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimationClockResource.cs index 9903a01989f..159f0969c1d 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimationClockResource.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimationClockResource.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimationResourceTemplate.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimationResourceTemplate.cs index a17a5a8d9da..d7283b8ab18 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimationResourceTemplate.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimationResourceTemplate.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimationTemplate.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimationTemplate.cs index 6b871b9fe68..0ae611add9b 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimationTemplate.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimationTemplate.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimationUsingKeyFramesTemplate.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimationUsingKeyFramesTemplate.cs index fe9f23286a8..243bad16271 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimationUsingKeyFramesTemplate.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/AnimationUsingKeyFramesTemplate.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/CommandStructure.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/CommandStructure.cs index 492559942c9..02a158c54bd 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/CommandStructure.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/CommandStructure.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //+----------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/CommandType.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/CommandType.cs index 1f039c93223..02d9f81df8c 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/CommandType.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/CommandType.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //+----------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/DiscreteKeyFrameTemplate.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/DiscreteKeyFrameTemplate.cs index d1e0cd45e5b..96af5fa1ae8 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/DiscreteKeyFrameTemplate.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/DiscreteKeyFrameTemplate.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/DuceResource.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/DuceResource.cs index bf702c6d007..3695f8c04b6 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/DuceResource.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/DuceResource.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/EasingKeyFrameTemplate.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/EasingKeyFrameTemplate.cs index a245a959b43..6d2512762db 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/EasingKeyFrameTemplate.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/EasingKeyFrameTemplate.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/Elements.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/Elements.cs index 796ce5dda1a..33c9b8fb2c9 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/Elements.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/Elements.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/FrameworkElementTemplate.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/FrameworkElementTemplate.cs index b7ad5cc9aa9..4d8d4efce66 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/FrameworkElementTemplate.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/FrameworkElementTemplate.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/IAnimatableHelper.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/IAnimatableHelper.cs index b5aa8829705..794b06c5756 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/IAnimatableHelper.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/IAnimatableHelper.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/KeyFrameCollectionTemplate.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/KeyFrameCollectionTemplate.cs index 17d3d5f461d..a48c91356cb 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/KeyFrameCollectionTemplate.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/KeyFrameCollectionTemplate.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/KeyFrameTemplate.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/KeyFrameTemplate.cs index ca90b822ade..d8e71ff1f57 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/KeyFrameTemplate.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/KeyFrameTemplate.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/LinearKeyFrameTemplate.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/LinearKeyFrameTemplate.cs index d5813b16b74..827982aa751 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/LinearKeyFrameTemplate.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/LinearKeyFrameTemplate.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/ManagedEnum.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/ManagedEnum.cs index 31464eb2bc5..8c060a33431 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/ManagedEnum.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/ManagedEnum.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/ManagedResource.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/ManagedResource.cs index 5c5834f8061..63ceae6de12 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/ManagedResource.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/ManagedResource.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/ManagedStruct.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/ManagedStruct.cs index b7dc23cc0b6..0fb72de376e 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/ManagedStruct.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/ManagedStruct.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/MilRenderTypesGenerated.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/MilRenderTypesGenerated.cs index 9243172ae27..b9b93752c92 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/MilRenderTypesGenerated.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/MilRenderTypesGenerated.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //+----------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/MiscDef.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/MiscDef.cs index 9b4592c222b..3118833ef45 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/MiscDef.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/MiscDef.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //+----------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/PolySegmentTemplate.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/PolySegmentTemplate.cs index 803e043cd31..46bb24791f7 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/PolySegmentTemplate.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/PolySegmentTemplate.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/ProtocolFingerprint.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/ProtocolFingerprint.cs index 6fd6005f1c5..efee2377efb 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/ProtocolFingerprint.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/ProtocolFingerprint.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //+----------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/ResourceType.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/ResourceType.cs index 78bbbfc34b0..f0caa88f2f5 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/ResourceType.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/ResourceType.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //+----------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/SplineKeyFrameTemplate.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/SplineKeyFrameTemplate.cs index 2dc46440035..e192a9af7d4 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/SplineKeyFrameTemplate.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/SplineKeyFrameTemplate.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/Template.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/Template.cs index 22fe42e5d3d..d202f470822 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/Template.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/Template.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/WincodecPrivateGenerated.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/WincodecPrivateGenerated.cs index 000f538a03b..259445b6fba 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/WincodecPrivateGenerated.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/WincodecPrivateGenerated.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //+----------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/commandprocessmessage.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/commandprocessmessage.cs index 2d83236608a..4e967f944ab 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/commandprocessmessage.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/commandprocessmessage.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //+----------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/renderdata.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/renderdata.cs index 957d743944a..3e859d3ab0f 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/renderdata.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/renderdata.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/resourcefactory.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/resourcefactory.cs index bc26630d233..c250bf58880 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/resourcefactory.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/generators/resourcefactory.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //+----------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/CodeGenHelpers.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/CodeGenHelpers.cs index e7f4b85ff80..e89e262be3c 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/CodeGenHelpers.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/CodeGenHelpers.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/CollectionHelper.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/CollectionHelper.cs index ee6641eabea..d024709b096 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/CollectionHelper.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/CollectionHelper.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/EmptyClassHelper.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/EmptyClassHelper.cs index 84b46a6de04..ae2b39a1922 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/EmptyClassHelper.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/EmptyClassHelper.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/EnumHelper.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/EnumHelper.cs index b9bdf43229a..f8e76ea68e4 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/EnumHelper.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/EnumHelper.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/ManagedStyle.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/ManagedStyle.cs index 71a5e9678a8..8d111272446 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/ManagedStyle.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/ManagedStyle.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ @@ -53,7 +52,6 @@ public static string WriteFileHeader(string filename, string source) [[inline]] // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. - // See the LICENSE file in the project root for more information. // // diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/PaddedCommand.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/PaddedCommand.cs index 1386bc0c0f3..1e5230b9399 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/PaddedCommand.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/PaddedCommand.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //+----------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/StringHelpers.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/StringHelpers.cs index 236bd5dbc97..6c20451f14f 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/StringHelpers.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/StringHelpers.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/StructHelper.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/StructHelper.cs index 39e93b6169b..07c1bf43f6a 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/StructHelper.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/StructHelper.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/Style.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/Style.cs index da3967aa99d..fa9dabbce5d 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/Style.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/helpers/Style.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ @@ -42,7 +41,6 @@ public static void WriteFileHeader( [[inline]] // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. - // See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/main/ResourceGenerator.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/main/ResourceGenerator.cs index 289101fc24a..608d9d72f78 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/main/ResourceGenerator.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/main/ResourceGenerator.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/main/SimpleGenerator.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/main/SimpleGenerator.cs index 89b0936870c..e8594225d51 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/main/SimpleGenerator.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/main/SimpleGenerator.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/main/cmdline/CommandLineArguments.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/main/cmdline/CommandLineArguments.cs index d5cebff97e6..74c5ebe3f52 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/main/cmdline/CommandLineArguments.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/main/cmdline/CommandLineArguments.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. namespace Utilities diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/main/cmdline/IndentedWriter.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/main/cmdline/IndentedWriter.cs index 375dc26c7ef..196e6f785c7 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/main/cmdline/IndentedWriter.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/main/cmdline/IndentedWriter.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. namespace Utilities diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/main/cmdline/Utility.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/main/cmdline/Utility.cs index 2715e908d32..d0fde0a1dc7 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/main/cmdline/Utility.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/codegen/mcg/main/cmdline/Utility.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. namespace Utilities diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/tools/csp/test/CsProject/CsProjectTest.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/tools/csp/test/CsProject/CsProjectTest.cs index 6ab3cacb4b9..11e42884fd2 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/tools/csp/test/CsProject/CsProjectTest.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/tools/csp/test/CsProject/CsProjectTest.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/tools/csp/test/CspProject/CspProjectTest.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/tools/csp/test/CspProject/CspProjectTest.cs index 9262fae38f2..111dc59f46f 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/tools/csp/test/CspProject/CspProjectTest.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/tools/csp/test/CspProject/CspProjectTest.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ From da33856fcf5470ec128044375055facf33a322cb Mon Sep 17 00:00:00 2001 From: ThomasGoulet73 <51839772+ThomasGoulet73@users.noreply.github.com> Date: Thu, 3 Apr 2025 23:47:52 -0400 Subject: [PATCH 2/3] Run MilCodeGen --- .../PresentationCore/System/Windows/Generated/TextDecoration.cs | 2 ++ .../Windows/Media/Animation/Generated/ParallelTimeline.cs | 2 ++ .../System/Windows/Media/Animation/Generated/Timeline.cs | 2 ++ .../System/Windows/Media/Animation/Generated/TimelineGroup.cs | 2 ++ .../System/Windows/Media/Effects/Generated/BevelBitmapEffect.cs | 2 ++ .../System/Windows/Media/Effects/Generated/BitmapEffect.cs | 2 ++ .../System/Windows/Media/Effects/Generated/BitmapEffectGroup.cs | 2 ++ .../System/Windows/Media/Effects/Generated/BitmapEffectInput.cs | 2 ++ .../System/Windows/Media/Effects/Generated/BlurBitmapEffect.cs | 2 ++ .../System/Windows/Media/Effects/Generated/BlurEffect.cs | 2 ++ .../Windows/Media/Effects/Generated/DropShadowBitmapEffect.cs | 2 ++ .../System/Windows/Media/Effects/Generated/DropShadowEffect.cs | 2 ++ .../System/Windows/Media/Effects/Generated/Effect.cs | 2 ++ .../Windows/Media/Effects/Generated/EmbossBitmapEffect.cs | 2 ++ .../Windows/Media/Effects/Generated/ImplicitInputBrush.cs | 2 ++ .../Windows/Media/Effects/Generated/OuterGlowBitmapEffect.cs | 2 ++ .../System/Windows/Media/Effects/Generated/PixelShader.cs | 2 ++ .../System/Windows/Media/Effects/Generated/ShaderEffect.cs | 2 ++ .../System/Windows/Media/Generated/ArcSegment.cs | 2 ++ .../System/Windows/Media/Generated/BezierSegment.cs | 2 ++ .../System/Windows/Media/Generated/BitmapCache.cs | 2 ++ .../System/Windows/Media/Generated/BitmapCacheBrush.cs | 2 ++ .../System/Windows/Media/Generated/CombinedGeometry.cs | 2 ++ .../System/Windows/Media/Generated/DashStyle.cs | 2 ++ .../PresentationCore/System/Windows/Media/Generated/Drawing.cs | 2 ++ .../System/Windows/Media/Generated/DrawingBrush.cs | 2 ++ .../System/Windows/Media/Generated/DrawingGroup.cs | 2 ++ .../System/Windows/Media/Generated/DrawingImage.cs | 2 ++ .../System/Windows/Media/Generated/EllipseGeometry.cs | 2 ++ .../System/Windows/Media/Generated/GeneralTransform.cs | 2 ++ .../System/Windows/Media/Generated/GeneralTransformGroup.cs | 2 ++ .../System/Windows/Media/Generated/GeometryDrawing.cs | 2 ++ .../System/Windows/Media/Generated/GeometryGroup.cs | 2 ++ .../System/Windows/Media/Generated/GlyphRunDrawing.cs | 2 ++ .../System/Windows/Media/Generated/GradientBrush.cs | 2 ++ .../System/Windows/Media/Generated/GuidelineSet.cs | 2 ++ .../System/Windows/Media/Generated/ImageBrush.cs | 2 ++ .../System/Windows/Media/Generated/ImageDrawing.cs | 2 ++ .../System/Windows/Media/Generated/ImageSource.cs | 2 ++ .../System/Windows/Media/Generated/LineGeometry.cs | 2 ++ .../System/Windows/Media/Generated/LineSegment.cs | 2 ++ .../System/Windows/Media/Generated/LinearGradientBrush.cs | 2 ++ .../System/Windows/Media/Generated/MatrixTransform.cs | 2 ++ .../System/Windows/Media/Generated/MediaTimeline.cs | 2 ++ .../System/Windows/Media/Generated/PathFigure.cs | 2 ++ .../System/Windows/Media/Generated/PathGeometry.cs | 2 ++ .../System/Windows/Media/Generated/PathSegment.cs | 2 ++ .../src/PresentationCore/System/Windows/Media/Generated/Pen.cs | 2 ++ .../System/Windows/Media/Generated/PolyBezierSegment.cs | 2 ++ .../System/Windows/Media/Generated/PolyLineSegment.cs | 2 ++ .../Windows/Media/Generated/PolyQuadraticBezierSegment.cs | 2 ++ .../System/Windows/Media/Generated/QuadraticBezierSegment.cs | 2 ++ .../System/Windows/Media/Generated/RadialGradientBrush.cs | 2 ++ .../System/Windows/Media/Generated/RectangleGeometry.cs | 2 ++ .../System/Windows/Media/Generated/RotateTransform.cs | 2 ++ .../System/Windows/Media/Generated/ScaleTransform.cs | 2 ++ .../System/Windows/Media/Generated/SkewTransform.cs | 2 ++ .../System/Windows/Media/Generated/SolidColorBrush.cs | 2 ++ .../System/Windows/Media/Generated/StreamGeometry.cs | 2 ++ .../System/Windows/Media/Generated/TextEffect.cs | 2 ++ .../System/Windows/Media/Generated/TileBrush.cs | 2 ++ .../System/Windows/Media/Generated/TransformGroup.cs | 2 ++ .../System/Windows/Media/Generated/TranslateTransform.cs | 2 ++ .../System/Windows/Media/Generated/VideoDrawing.cs | 2 ++ .../System/Windows/Media/Generated/VisualBrush.cs | 2 ++ .../System/Windows/Media/Imaging/Generated/BitmapImage.cs | 2 ++ .../Windows/Media/Imaging/Generated/ColorConvertedBitmap.cs | 2 ++ .../System/Windows/Media/Imaging/Generated/CroppedBitmap.cs | 2 ++ .../Windows/Media/Imaging/Generated/FormatConvertedBitmap.cs | 2 ++ .../System/Windows/Media/Imaging/Generated/TransformedBitmap.cs | 2 ++ .../System/Windows/Media3D/Generated/AffineTransform3D.cs | 2 ++ .../System/Windows/Media3D/Generated/AmbientLight.cs | 2 ++ .../System/Windows/Media3D/Generated/AxisAngleRotation3D.cs | 2 ++ .../PresentationCore/System/Windows/Media3D/Generated/Camera.cs | 2 ++ .../System/Windows/Media3D/Generated/DiffuseMaterial.cs | 2 ++ .../System/Windows/Media3D/Generated/DirectionalLight.cs | 2 ++ .../System/Windows/Media3D/Generated/EmissiveMaterial.cs | 2 ++ .../System/Windows/Media3D/Generated/GeneralTransform3D.cs | 2 ++ .../System/Windows/Media3D/Generated/GeneralTransform3DGroup.cs | 2 ++ .../System/Windows/Media3D/Generated/Geometry3D.cs | 2 ++ .../System/Windows/Media3D/Generated/GeometryModel3D.cs | 2 ++ .../PresentationCore/System/Windows/Media3D/Generated/Light.cs | 2 ++ .../System/Windows/Media3D/Generated/Material.cs | 2 ++ .../System/Windows/Media3D/Generated/MaterialGroup.cs | 2 ++ .../System/Windows/Media3D/Generated/MatrixCamera.cs | 2 ++ .../System/Windows/Media3D/Generated/MatrixTransform3D.cs | 2 ++ .../System/Windows/Media3D/Generated/MeshGeometry3D.cs | 2 ++ .../System/Windows/Media3D/Generated/Model3D.cs | 2 ++ .../System/Windows/Media3D/Generated/Model3DGroup.cs | 2 ++ .../System/Windows/Media3D/Generated/OrthographicCamera.cs | 2 ++ .../System/Windows/Media3D/Generated/PerspectiveCamera.cs | 2 ++ .../System/Windows/Media3D/Generated/PointLight.cs | 2 ++ .../System/Windows/Media3D/Generated/PointLightBase.cs | 2 ++ .../System/Windows/Media3D/Generated/ProjectionCamera.cs | 2 ++ .../System/Windows/Media3D/Generated/QuaternionRotation3D.cs | 2 ++ .../System/Windows/Media3D/Generated/RotateTransform3D.cs | 2 ++ .../System/Windows/Media3D/Generated/Rotation3D.cs | 2 ++ .../System/Windows/Media3D/Generated/ScaleTransform3D.cs | 2 ++ .../System/Windows/Media3D/Generated/SpecularMaterial.cs | 2 ++ .../System/Windows/Media3D/Generated/SpotLight.cs | 2 ++ .../System/Windows/Media3D/Generated/Transform3D.cs | 2 ++ .../System/Windows/Media3D/Generated/Transform3DGroup.cs | 2 ++ .../System/Windows/Media3D/Generated/TranslateTransform3D.cs | 2 ++ .../src/Shared/MS/Internal/Generated/ToleranceTypeValidation.cs | 1 - .../src/WpfGfx/core/resources/data_generated.h | 1 - .../src/WpfGfx/core/resources/marshal_generated.cpp | 1 - .../src/WpfGfx/core/resources/renderdata_generated.cpp | 1 - .../src/WpfGfx/core/resources/resources_generated.h | 1 - .../src/WpfGfx/core/uce/generated_process_message.inl | 1 - .../src/WpfGfx/core/uce/generated_resource_factory.cpp | 1 - .../src/WpfGfx/core/uce/generated_resource_factory.h | 1 - src/Microsoft.DotNet.Wpf/src/WpfGfx/exts/cmdstruct.h | 1 - .../src/WpfGfx/include/Generated/wgx_command_types.cs | 1 - .../src/WpfGfx/include/Generated/wgx_command_types.h | 1 - .../src/WpfGfx/include/Generated/wgx_commands.cs | 1 - .../src/WpfGfx/include/Generated/wgx_commands.h | 1 - .../src/WpfGfx/include/Generated/wgx_misc.cs | 1 - .../src/WpfGfx/include/Generated/wgx_misc.h | 1 - .../src/WpfGfx/include/Generated/wgx_render_types_generated.h | 1 - .../src/WpfGfx/include/Generated/wgx_renderdata_commands.h | 1 - .../src/WpfGfx/include/Generated/wgx_resource_types.cs | 1 - .../src/WpfGfx/include/Generated/wgx_resource_types.h | 1 - .../src/WpfGfx/include/Generated/wincodec_private_generated.h | 1 - 123 files changed, 206 insertions(+), 20 deletions(-) diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Generated/TextDecoration.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Generated/TextDecoration.cs index 5fa2b3336f7..e41985a12d1 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Generated/TextDecoration.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Generated/TextDecoration.cs @@ -15,6 +15,8 @@ namespace System.Windows { + + public sealed partial class TextDecoration : Animatable { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/ParallelTimeline.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/ParallelTimeline.cs index 4aaaf35d261..63bcdd2884a 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/ParallelTimeline.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/ParallelTimeline.cs @@ -14,6 +14,8 @@ namespace System.Windows.Media.Animation { + + public partial class ParallelTimeline : TimelineGroup { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Timeline.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Timeline.cs index 5c221ee40a4..8e7a8aeec9d 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Timeline.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Timeline.cs @@ -14,6 +14,8 @@ namespace System.Windows.Media.Animation { + + public abstract partial class Timeline : Animatable { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/TimelineGroup.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/TimelineGroup.cs index d8a8a8eeaf3..c1d2d90b9a8 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/TimelineGroup.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/TimelineGroup.cs @@ -14,6 +14,8 @@ namespace System.Windows.Media.Animation { + + public abstract partial class TimelineGroup : Timeline { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BevelBitmapEffect.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BevelBitmapEffect.cs index 2b3a4ad9f2a..ecae965e9f6 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BevelBitmapEffect.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BevelBitmapEffect.cs @@ -17,6 +17,8 @@ namespace System.Windows.Media.Effects { + + public sealed partial class BevelBitmapEffect : BitmapEffect { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffect.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffect.cs index c8d557d9a0e..123378845ad 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffect.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffect.cs @@ -17,6 +17,8 @@ namespace System.Windows.Media.Effects { + + public abstract partial class BitmapEffect : Animatable { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffectGroup.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffectGroup.cs index 223a7acffce..2ec9bee241b 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffectGroup.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffectGroup.cs @@ -17,6 +17,8 @@ namespace System.Windows.Media.Effects { + + public sealed partial class BitmapEffectGroup : BitmapEffect { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffectInput.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffectInput.cs index 696f9163ac8..3d720b7be66 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffectInput.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffectInput.cs @@ -17,6 +17,8 @@ namespace System.Windows.Media.Effects { + + public sealed partial class BitmapEffectInput : Animatable { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BlurBitmapEffect.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BlurBitmapEffect.cs index 1069614f5c1..f63be7930cd 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BlurBitmapEffect.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BlurBitmapEffect.cs @@ -17,6 +17,8 @@ namespace System.Windows.Media.Effects { + + public sealed partial class BlurBitmapEffect : BitmapEffect { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BlurEffect.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BlurEffect.cs index ae34f7f4ee6..81f198ddcfd 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BlurEffect.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BlurEffect.cs @@ -17,6 +17,8 @@ namespace System.Windows.Media.Effects { + + public sealed partial class BlurEffect : Effect { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/DropShadowBitmapEffect.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/DropShadowBitmapEffect.cs index aa274adc3bb..80c8f116bf7 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/DropShadowBitmapEffect.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/DropShadowBitmapEffect.cs @@ -17,6 +17,8 @@ namespace System.Windows.Media.Effects { + + public sealed partial class DropShadowBitmapEffect : BitmapEffect { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/DropShadowEffect.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/DropShadowEffect.cs index 47e6d651412..7e8485326ea 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/DropShadowEffect.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/DropShadowEffect.cs @@ -17,6 +17,8 @@ namespace System.Windows.Media.Effects { + + public sealed partial class DropShadowEffect : Effect { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/Effect.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/Effect.cs index 0b95ad69f46..2bb2b4b4a2c 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/Effect.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/Effect.cs @@ -17,6 +17,8 @@ namespace System.Windows.Media.Effects { + + public abstract partial class Effect : Animatable, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/EmbossBitmapEffect.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/EmbossBitmapEffect.cs index d0a5898f9a0..4f4a08b7d33 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/EmbossBitmapEffect.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/EmbossBitmapEffect.cs @@ -17,6 +17,8 @@ namespace System.Windows.Media.Effects { + + public sealed partial class EmbossBitmapEffect : BitmapEffect { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/ImplicitInputBrush.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/ImplicitInputBrush.cs index a3c1e58dbe9..aff723f3119 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/ImplicitInputBrush.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/ImplicitInputBrush.cs @@ -17,6 +17,8 @@ namespace System.Windows.Media.Effects { + + internal sealed partial class ImplicitInputBrush : Brush { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/OuterGlowBitmapEffect.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/OuterGlowBitmapEffect.cs index c871fd73952..cf4fd887e07 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/OuterGlowBitmapEffect.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/OuterGlowBitmapEffect.cs @@ -17,6 +17,8 @@ namespace System.Windows.Media.Effects { + + public sealed partial class OuterGlowBitmapEffect : BitmapEffect { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/PixelShader.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/PixelShader.cs index b3f316f7d27..15e62f76b71 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/PixelShader.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/PixelShader.cs @@ -17,6 +17,8 @@ namespace System.Windows.Media.Effects { + + public sealed partial class PixelShader : Animatable, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/ShaderEffect.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/ShaderEffect.cs index 7070249ab12..1e7d9e773d8 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/ShaderEffect.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/ShaderEffect.cs @@ -17,6 +17,8 @@ namespace System.Windows.Media.Effects { + + public partial class ShaderEffect : Effect { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ArcSegment.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ArcSegment.cs index f53d8a67b24..f2d142da7c9 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ArcSegment.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ArcSegment.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class ArcSegment : PathSegment { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BezierSegment.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BezierSegment.cs index 02b5db3dfc9..d275c3076d7 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BezierSegment.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BezierSegment.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class BezierSegment : PathSegment { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BitmapCache.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BitmapCache.cs index fe5d2e41e11..d028305692a 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BitmapCache.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BitmapCache.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class BitmapCache : CacheMode { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BitmapCacheBrush.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BitmapCacheBrush.cs index 8518dbf9976..3ec45a29a3d 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BitmapCacheBrush.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BitmapCacheBrush.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class BitmapCacheBrush : Brush { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/CombinedGeometry.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/CombinedGeometry.cs index f899112f770..a5eb4907628 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/CombinedGeometry.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/CombinedGeometry.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class CombinedGeometry : Geometry { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DashStyle.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DashStyle.cs index f57dab52fa6..5d1fd2c1b9c 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DashStyle.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DashStyle.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class DashStyle : Animatable, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/Drawing.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/Drawing.cs index 712d5d98a64..14cf96f6e30 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/Drawing.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/Drawing.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public abstract partial class Drawing : Animatable, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingBrush.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingBrush.cs index 13c731dda86..6579be994f6 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingBrush.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingBrush.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class DrawingBrush : TileBrush { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingGroup.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingGroup.cs index 6da866d018e..5f8df9d0c46 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingGroup.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingGroup.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class DrawingGroup : Drawing { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingImage.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingImage.cs index 3bd676e9ec3..c26aaf47b0c 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingImage.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingImage.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class DrawingImage : ImageSource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/EllipseGeometry.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/EllipseGeometry.cs index af908044e92..e95fbe30cda 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/EllipseGeometry.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/EllipseGeometry.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class EllipseGeometry : Geometry { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeneralTransform.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeneralTransform.cs index f1bbb93ca47..aee119917d7 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeneralTransform.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeneralTransform.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public abstract partial class GeneralTransform : Animatable, IFormattable { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeneralTransformGroup.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeneralTransformGroup.cs index 25123a1be7c..9bc73ef5c92 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeneralTransformGroup.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeneralTransformGroup.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class GeneralTransformGroup : GeneralTransform { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeometryDrawing.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeometryDrawing.cs index f77911f9b63..e63333a3510 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeometryDrawing.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeometryDrawing.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class GeometryDrawing : Drawing { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeometryGroup.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeometryGroup.cs index 110a591395c..c25b0f969e4 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeometryGroup.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeometryGroup.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class GeometryGroup : Geometry { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GlyphRunDrawing.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GlyphRunDrawing.cs index 65d3da3b642..7e600ed937c 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GlyphRunDrawing.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GlyphRunDrawing.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class GlyphRunDrawing : Drawing { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GradientBrush.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GradientBrush.cs index 4f3eb03f620..fdac6b352b1 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GradientBrush.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GradientBrush.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public abstract partial class GradientBrush : Brush { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GuidelineSet.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GuidelineSet.cs index c30b42a7b3c..debbfb8876a 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GuidelineSet.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GuidelineSet.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class GuidelineSet : Animatable, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageBrush.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageBrush.cs index eb47c1a96bd..4a9db4f0da5 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageBrush.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageBrush.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class ImageBrush : TileBrush { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageDrawing.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageDrawing.cs index fb99e820fd9..61eba516b2d 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageDrawing.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageDrawing.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class ImageDrawing : Drawing { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageSource.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageSource.cs index b61a87452b9..478947e42af 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageSource.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageSource.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public abstract partial class ImageSource : Animatable, IFormattable, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LineGeometry.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LineGeometry.cs index fbcf1c7c4e0..c2ff8de84f8 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LineGeometry.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LineGeometry.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class LineGeometry : Geometry { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LineSegment.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LineSegment.cs index 248dd33640e..3cd0dfe6063 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LineSegment.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LineSegment.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class LineSegment : PathSegment { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LinearGradientBrush.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LinearGradientBrush.cs index 815643dc6a2..dd8add98f37 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LinearGradientBrush.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LinearGradientBrush.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class LinearGradientBrush : GradientBrush { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/MatrixTransform.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/MatrixTransform.cs index c51c2d1e1d8..09ddc06f2fd 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/MatrixTransform.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/MatrixTransform.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class MatrixTransform : Transform { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/MediaTimeline.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/MediaTimeline.cs index 17f196db172..d23e131b99a 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/MediaTimeline.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/MediaTimeline.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public partial class MediaTimeline : Timeline { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathFigure.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathFigure.cs index 5f497f03891..6d2545cc664 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathFigure.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathFigure.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class PathFigure : Animatable { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathGeometry.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathGeometry.cs index 2fcae70c8cb..21d8cba9814 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathGeometry.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathGeometry.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class PathGeometry : Geometry { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathSegment.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathSegment.cs index e468286bf55..e2153506c2e 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathSegment.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathSegment.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public abstract partial class PathSegment : Animatable { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/Pen.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/Pen.cs index ee384874435..b4baaf70098 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/Pen.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/Pen.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class Pen : Animatable, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyBezierSegment.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyBezierSegment.cs index fa3b712d3ca..ba467c1693c 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyBezierSegment.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyBezierSegment.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class PolyBezierSegment : PathSegment { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyLineSegment.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyLineSegment.cs index ad651424fc7..6f294d5cbf1 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyLineSegment.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyLineSegment.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class PolyLineSegment : PathSegment { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyQuadraticBezierSegment.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyQuadraticBezierSegment.cs index 15465bea49a..436d2afa502 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyQuadraticBezierSegment.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyQuadraticBezierSegment.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class PolyQuadraticBezierSegment : PathSegment { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/QuadraticBezierSegment.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/QuadraticBezierSegment.cs index e78ae0ca09c..bfc061b3733 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/QuadraticBezierSegment.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/QuadraticBezierSegment.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class QuadraticBezierSegment : PathSegment { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RadialGradientBrush.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RadialGradientBrush.cs index 87bc76ec368..375dcc1134e 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RadialGradientBrush.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RadialGradientBrush.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class RadialGradientBrush : GradientBrush { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RectangleGeometry.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RectangleGeometry.cs index d0e60000a79..4785ba31cce 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RectangleGeometry.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RectangleGeometry.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class RectangleGeometry : Geometry { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RotateTransform.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RotateTransform.cs index 872467af5be..c620107c8cc 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RotateTransform.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RotateTransform.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class RotateTransform : Transform { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ScaleTransform.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ScaleTransform.cs index ea16d90c651..9cf0c417698 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ScaleTransform.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ScaleTransform.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class ScaleTransform : Transform { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/SkewTransform.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/SkewTransform.cs index 86029d2fb0d..b03ac4396ad 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/SkewTransform.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/SkewTransform.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class SkewTransform : Transform { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/SolidColorBrush.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/SolidColorBrush.cs index 767694b642e..e5be3b1b9e0 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/SolidColorBrush.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/SolidColorBrush.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class SolidColorBrush : Brush { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/StreamGeometry.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/StreamGeometry.cs index 6a0ba68a87c..f3101d3cb32 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/StreamGeometry.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/StreamGeometry.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class StreamGeometry : Geometry { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TextEffect.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TextEffect.cs index 96a8afc16f4..e10620b87db 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TextEffect.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TextEffect.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class TextEffect : Animatable { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TileBrush.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TileBrush.cs index 802feb1f248..541af41c059 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TileBrush.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TileBrush.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public abstract partial class TileBrush : Brush { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TransformGroup.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TransformGroup.cs index 8a8c2b72814..284e570529e 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TransformGroup.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TransformGroup.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class TransformGroup : Transform { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TranslateTransform.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TranslateTransform.cs index 3b06d827672..2cc03f005e0 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TranslateTransform.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TranslateTransform.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class TranslateTransform : Transform { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/VideoDrawing.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/VideoDrawing.cs index 821f23f0b10..8e5805a4091 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/VideoDrawing.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/VideoDrawing.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class VideoDrawing : Drawing { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/VisualBrush.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/VisualBrush.cs index 1ea25d84e53..d0bb6863010 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/VisualBrush.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/VisualBrush.cs @@ -24,6 +24,8 @@ namespace System.Windows.Media { + + public sealed partial class VisualBrush : TileBrush { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/BitmapImage.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/BitmapImage.cs index b853744c2cb..fa7955e3ef0 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/BitmapImage.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/BitmapImage.cs @@ -14,6 +14,8 @@ namespace System.Windows.Media.Imaging { + + public sealed partial class BitmapImage : BitmapSource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/ColorConvertedBitmap.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/ColorConvertedBitmap.cs index 7c0f5cb7ac4..ebf564eab2e 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/ColorConvertedBitmap.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/ColorConvertedBitmap.cs @@ -14,6 +14,8 @@ namespace System.Windows.Media.Imaging { + + public sealed partial class ColorConvertedBitmap : BitmapSource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/CroppedBitmap.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/CroppedBitmap.cs index fd65429cf68..41f1c5b064e 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/CroppedBitmap.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/CroppedBitmap.cs @@ -14,6 +14,8 @@ namespace System.Windows.Media.Imaging { + + public sealed partial class CroppedBitmap : BitmapSource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/FormatConvertedBitmap.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/FormatConvertedBitmap.cs index 235b5685eb1..c347d9f0a08 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/FormatConvertedBitmap.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/FormatConvertedBitmap.cs @@ -14,6 +14,8 @@ namespace System.Windows.Media.Imaging { + + public sealed partial class FormatConvertedBitmap : BitmapSource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/TransformedBitmap.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/TransformedBitmap.cs index 97efeebed77..bb4e18872c7 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/TransformedBitmap.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/TransformedBitmap.cs @@ -14,6 +14,8 @@ namespace System.Windows.Media.Imaging { + + public sealed partial class TransformedBitmap : BitmapSource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AffineTransform3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AffineTransform3D.cs index a1d708de6ef..66cd0b0399b 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AffineTransform3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AffineTransform3D.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public abstract partial class AffineTransform3D : Transform3D { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AmbientLight.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AmbientLight.cs index eab1b27bbd5..61bf8a91567 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AmbientLight.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AmbientLight.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public sealed partial class AmbientLight : Light { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AxisAngleRotation3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AxisAngleRotation3D.cs index 79e342395ec..98a2a4cd854 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AxisAngleRotation3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AxisAngleRotation3D.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public sealed partial class AxisAngleRotation3D : Rotation3D { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Camera.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Camera.cs index 9c6f2c84239..094357001eb 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Camera.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Camera.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public abstract partial class Camera : Animatable, IFormattable, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/DiffuseMaterial.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/DiffuseMaterial.cs index 8f8b9165be9..25e1be5a88f 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/DiffuseMaterial.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/DiffuseMaterial.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public sealed partial class DiffuseMaterial : Material { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/DirectionalLight.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/DirectionalLight.cs index 274f05c1897..d1b93713cb4 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/DirectionalLight.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/DirectionalLight.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public sealed partial class DirectionalLight : Light { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/EmissiveMaterial.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/EmissiveMaterial.cs index 2732910a869..a82770e9c2f 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/EmissiveMaterial.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/EmissiveMaterial.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public sealed partial class EmissiveMaterial : Material { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeneralTransform3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeneralTransform3D.cs index 867641e0f06..3583044ef44 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeneralTransform3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeneralTransform3D.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public abstract partial class GeneralTransform3D : Animatable, IFormattable { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeneralTransform3DGroup.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeneralTransform3DGroup.cs index 3ce451595e5..723bd680054 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeneralTransform3DGroup.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeneralTransform3DGroup.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public sealed partial class GeneralTransform3DGroup : GeneralTransform3D { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Geometry3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Geometry3D.cs index 92fa45a8570..fc8ca2bfe35 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Geometry3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Geometry3D.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public abstract partial class Geometry3D : Animatable, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeometryModel3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeometryModel3D.cs index f870830b68c..8b2d6d1dff4 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeometryModel3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeometryModel3D.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public sealed partial class GeometryModel3D : Model3D { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Light.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Light.cs index 5bc019bf38a..2d64da8fd0e 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Light.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Light.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public abstract partial class Light : Model3D { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Material.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Material.cs index aecf7bb5ed1..4e04e83879c 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Material.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Material.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public abstract partial class Material : Animatable, IFormattable, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MaterialGroup.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MaterialGroup.cs index 4d52f1fb933..f1cbf60f090 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MaterialGroup.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MaterialGroup.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public sealed partial class MaterialGroup : Material { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MatrixCamera.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MatrixCamera.cs index 32fd43f726d..ffd4eab4d7a 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MatrixCamera.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MatrixCamera.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public sealed partial class MatrixCamera : Camera { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MatrixTransform3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MatrixTransform3D.cs index bb6b1df775b..d99526c6aca 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MatrixTransform3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MatrixTransform3D.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public sealed partial class MatrixTransform3D : Transform3D { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MeshGeometry3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MeshGeometry3D.cs index a9191551bc3..7d0f062d531 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MeshGeometry3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MeshGeometry3D.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public sealed partial class MeshGeometry3D : Geometry3D { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Model3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Model3D.cs index 2b5a588defd..8e286647a62 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Model3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Model3D.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public abstract partial class Model3D : Animatable, IFormattable, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Model3DGroup.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Model3DGroup.cs index a50385eb72d..b7c8acc4149 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Model3DGroup.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Model3DGroup.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public sealed partial class Model3DGroup : Model3D { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/OrthographicCamera.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/OrthographicCamera.cs index d246c2ef594..6c83b8b22dc 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/OrthographicCamera.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/OrthographicCamera.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public sealed partial class OrthographicCamera : ProjectionCamera { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PerspectiveCamera.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PerspectiveCamera.cs index 8c1916492ae..0556eaaf71b 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PerspectiveCamera.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PerspectiveCamera.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public sealed partial class PerspectiveCamera : ProjectionCamera { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PointLight.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PointLight.cs index e536d7c9028..1ed3782bf9c 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PointLight.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PointLight.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public sealed partial class PointLight : PointLightBase { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PointLightBase.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PointLightBase.cs index 51b9e679ee4..f36658a75cc 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PointLightBase.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PointLightBase.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public abstract partial class PointLightBase : Light { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/ProjectionCamera.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/ProjectionCamera.cs index 39f85faf923..c9be007a99d 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/ProjectionCamera.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/ProjectionCamera.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public abstract partial class ProjectionCamera : Camera { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/QuaternionRotation3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/QuaternionRotation3D.cs index 70c51308cbd..ec4fbccfe3a 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/QuaternionRotation3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/QuaternionRotation3D.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public sealed partial class QuaternionRotation3D : Rotation3D { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/RotateTransform3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/RotateTransform3D.cs index 1a0b5f753c5..918f1637045 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/RotateTransform3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/RotateTransform3D.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public sealed partial class RotateTransform3D : AffineTransform3D { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Rotation3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Rotation3D.cs index 57b02dfe6bb..e124fbb3b08 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Rotation3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Rotation3D.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public abstract partial class Rotation3D : Animatable, IFormattable, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/ScaleTransform3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/ScaleTransform3D.cs index e903f605c8a..18b1b3a7622 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/ScaleTransform3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/ScaleTransform3D.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public sealed partial class ScaleTransform3D : AffineTransform3D { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/SpecularMaterial.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/SpecularMaterial.cs index 78052291383..730c3218354 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/SpecularMaterial.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/SpecularMaterial.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public sealed partial class SpecularMaterial : Material { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/SpotLight.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/SpotLight.cs index 92ff41c7f8d..4202d700073 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/SpotLight.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/SpotLight.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public sealed partial class SpotLight : PointLightBase { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Transform3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Transform3D.cs index 29fead293af..3af63318bd4 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Transform3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Transform3D.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public abstract partial class Transform3D : GeneralTransform3D, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Transform3DGroup.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Transform3DGroup.cs index e7331a6d07c..b554c551a77 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Transform3DGroup.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Transform3DGroup.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public sealed partial class Transform3DGroup : Transform3D { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/TranslateTransform3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/TranslateTransform3D.cs index d030eeef9bc..cade81e5837 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/TranslateTransform3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/TranslateTransform3D.cs @@ -22,6 +22,8 @@ namespace System.Windows.Media.Media3D { + + public sealed partial class TranslateTransform3D : AffineTransform3D { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/ToleranceTypeValidation.cs b/src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/ToleranceTypeValidation.cs index 699e242ab9a..69fccecc491 100644 --- a/src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/ToleranceTypeValidation.cs +++ b/src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Generated/ToleranceTypeValidation.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. // // diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/resources/data_generated.h b/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/resources/data_generated.h index 3f25836aad6..af3ee66693a 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/resources/data_generated.h +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/resources/data_generated.h @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/resources/marshal_generated.cpp b/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/resources/marshal_generated.cpp index 09632ac039d..adea359804e 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/resources/marshal_generated.cpp +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/resources/marshal_generated.cpp @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/resources/renderdata_generated.cpp b/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/resources/renderdata_generated.cpp index 9da6ed5d93f..f16b002de83 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/resources/renderdata_generated.cpp +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/resources/renderdata_generated.cpp @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/resources/resources_generated.h b/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/resources/resources_generated.h index afd24927485..32284c86eb8 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/resources/resources_generated.h +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/resources/resources_generated.h @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/uce/generated_process_message.inl b/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/uce/generated_process_message.inl index caf6c0d781c..8ea2f7e60d3 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/uce/generated_process_message.inl +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/uce/generated_process_message.inl @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/uce/generated_resource_factory.cpp b/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/uce/generated_resource_factory.cpp index 7432c195567..7ed1bf22770 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/uce/generated_resource_factory.cpp +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/uce/generated_resource_factory.cpp @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/uce/generated_resource_factory.h b/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/uce/generated_resource_factory.h index 68e22007d08..492ec3669e8 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/uce/generated_resource_factory.h +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/core/uce/generated_resource_factory.h @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/exts/cmdstruct.h b/src/Microsoft.DotNet.Wpf/src/WpfGfx/exts/cmdstruct.h index 3d8c8340db7..d6a1e505846 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/exts/cmdstruct.h +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/exts/cmdstruct.h @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_command_types.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_command_types.cs index b7eaeb313f1..586e274bd3e 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_command_types.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_command_types.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. // // diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_command_types.h b/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_command_types.h index 7200927d201..def73713ff1 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_command_types.h +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_command_types.h @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_commands.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_commands.cs index 643be6e8fbd..4729bbfced2 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_commands.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_commands.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. // // diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_commands.h b/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_commands.h index cb8f6fa78fe..ad6d0ab50a9 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_commands.h +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_commands.h @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_misc.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_misc.cs index c5757697a0e..2c5a72538c2 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_misc.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_misc.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. // // diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_misc.h b/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_misc.h index 929f9f318c9..b0eac6386b0 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_misc.h +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_misc.h @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_render_types_generated.h b/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_render_types_generated.h index f1df3b9aece..3f3a7cc8f7d 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_render_types_generated.h +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_render_types_generated.h @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_renderdata_commands.h b/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_renderdata_commands.h index a51b4303120..cc9c226b611 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_renderdata_commands.h +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_renderdata_commands.h @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_resource_types.cs b/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_resource_types.cs index 55f16e1f90a..544bed32c93 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_resource_types.cs +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_resource_types.cs @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. // // diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_resource_types.h b/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_resource_types.h index 5816325c4b1..c2aa35e8b3b 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_resource_types.h +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wgx_resource_types.h @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- diff --git a/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wincodec_private_generated.h b/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wincodec_private_generated.h index baadaebeb79..3eb0c75e7c9 100644 --- a/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wincodec_private_generated.h +++ b/src/Microsoft.DotNet.Wpf/src/WpfGfx/include/Generated/wincodec_private_generated.h @@ -1,6 +1,5 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. //--------------------------------------------------------------------------- From cda061c0247961b0a1440819133ab7fbe39b6308 Mon Sep 17 00:00:00 2001 From: ThomasGoulet73 <51839772+ThomasGoulet73@users.noreply.github.com> Date: Sat, 12 Apr 2025 17:18:08 -0400 Subject: [PATCH 3/3] Revert whitespace changes --- .../PresentationCore/System/Windows/Generated/TextDecoration.cs | 2 -- .../Windows/Media/Animation/Generated/ParallelTimeline.cs | 2 -- .../System/Windows/Media/Animation/Generated/Timeline.cs | 2 -- .../System/Windows/Media/Animation/Generated/TimelineGroup.cs | 2 -- .../System/Windows/Media/Effects/Generated/BevelBitmapEffect.cs | 2 -- .../System/Windows/Media/Effects/Generated/BitmapEffect.cs | 2 -- .../System/Windows/Media/Effects/Generated/BitmapEffectGroup.cs | 2 -- .../System/Windows/Media/Effects/Generated/BitmapEffectInput.cs | 2 -- .../System/Windows/Media/Effects/Generated/BlurBitmapEffect.cs | 2 -- .../System/Windows/Media/Effects/Generated/BlurEffect.cs | 2 -- .../Windows/Media/Effects/Generated/DropShadowBitmapEffect.cs | 2 -- .../System/Windows/Media/Effects/Generated/DropShadowEffect.cs | 2 -- .../System/Windows/Media/Effects/Generated/Effect.cs | 2 -- .../Windows/Media/Effects/Generated/EmbossBitmapEffect.cs | 2 -- .../Windows/Media/Effects/Generated/ImplicitInputBrush.cs | 2 -- .../Windows/Media/Effects/Generated/OuterGlowBitmapEffect.cs | 2 -- .../System/Windows/Media/Effects/Generated/PixelShader.cs | 2 -- .../System/Windows/Media/Effects/Generated/ShaderEffect.cs | 2 -- .../System/Windows/Media/Generated/ArcSegment.cs | 2 -- .../System/Windows/Media/Generated/BezierSegment.cs | 2 -- .../System/Windows/Media/Generated/BitmapCache.cs | 2 -- .../System/Windows/Media/Generated/BitmapCacheBrush.cs | 2 -- .../System/Windows/Media/Generated/CombinedGeometry.cs | 2 -- .../System/Windows/Media/Generated/DashStyle.cs | 2 -- .../PresentationCore/System/Windows/Media/Generated/Drawing.cs | 2 -- .../System/Windows/Media/Generated/DrawingBrush.cs | 2 -- .../System/Windows/Media/Generated/DrawingGroup.cs | 2 -- .../System/Windows/Media/Generated/DrawingImage.cs | 2 -- .../System/Windows/Media/Generated/EllipseGeometry.cs | 2 -- .../System/Windows/Media/Generated/GeneralTransform.cs | 2 -- .../System/Windows/Media/Generated/GeneralTransformGroup.cs | 2 -- .../System/Windows/Media/Generated/GeometryDrawing.cs | 2 -- .../System/Windows/Media/Generated/GeometryGroup.cs | 2 -- .../System/Windows/Media/Generated/GlyphRunDrawing.cs | 2 -- .../System/Windows/Media/Generated/GradientBrush.cs | 2 -- .../System/Windows/Media/Generated/GuidelineSet.cs | 2 -- .../System/Windows/Media/Generated/ImageBrush.cs | 2 -- .../System/Windows/Media/Generated/ImageDrawing.cs | 2 -- .../System/Windows/Media/Generated/ImageSource.cs | 2 -- .../System/Windows/Media/Generated/LineGeometry.cs | 2 -- .../System/Windows/Media/Generated/LineSegment.cs | 2 -- .../System/Windows/Media/Generated/LinearGradientBrush.cs | 2 -- .../System/Windows/Media/Generated/MatrixTransform.cs | 2 -- .../System/Windows/Media/Generated/MediaTimeline.cs | 2 -- .../System/Windows/Media/Generated/PathFigure.cs | 2 -- .../System/Windows/Media/Generated/PathGeometry.cs | 2 -- .../System/Windows/Media/Generated/PathSegment.cs | 2 -- .../src/PresentationCore/System/Windows/Media/Generated/Pen.cs | 2 -- .../System/Windows/Media/Generated/PolyBezierSegment.cs | 2 -- .../System/Windows/Media/Generated/PolyLineSegment.cs | 2 -- .../Windows/Media/Generated/PolyQuadraticBezierSegment.cs | 2 -- .../System/Windows/Media/Generated/QuadraticBezierSegment.cs | 2 -- .../System/Windows/Media/Generated/RadialGradientBrush.cs | 2 -- .../System/Windows/Media/Generated/RectangleGeometry.cs | 2 -- .../System/Windows/Media/Generated/RotateTransform.cs | 2 -- .../System/Windows/Media/Generated/ScaleTransform.cs | 2 -- .../System/Windows/Media/Generated/SkewTransform.cs | 2 -- .../System/Windows/Media/Generated/SolidColorBrush.cs | 2 -- .../System/Windows/Media/Generated/StreamGeometry.cs | 2 -- .../System/Windows/Media/Generated/TextEffect.cs | 2 -- .../System/Windows/Media/Generated/TileBrush.cs | 2 -- .../System/Windows/Media/Generated/TransformGroup.cs | 2 -- .../System/Windows/Media/Generated/TranslateTransform.cs | 2 -- .../System/Windows/Media/Generated/VideoDrawing.cs | 2 -- .../System/Windows/Media/Generated/VisualBrush.cs | 2 -- .../System/Windows/Media/Imaging/Generated/BitmapImage.cs | 2 -- .../Windows/Media/Imaging/Generated/ColorConvertedBitmap.cs | 2 -- .../System/Windows/Media/Imaging/Generated/CroppedBitmap.cs | 2 -- .../Windows/Media/Imaging/Generated/FormatConvertedBitmap.cs | 2 -- .../System/Windows/Media/Imaging/Generated/TransformedBitmap.cs | 2 -- .../System/Windows/Media3D/Generated/AffineTransform3D.cs | 2 -- .../System/Windows/Media3D/Generated/AmbientLight.cs | 2 -- .../System/Windows/Media3D/Generated/AxisAngleRotation3D.cs | 2 -- .../PresentationCore/System/Windows/Media3D/Generated/Camera.cs | 2 -- .../System/Windows/Media3D/Generated/DiffuseMaterial.cs | 2 -- .../System/Windows/Media3D/Generated/DirectionalLight.cs | 2 -- .../System/Windows/Media3D/Generated/EmissiveMaterial.cs | 2 -- .../System/Windows/Media3D/Generated/GeneralTransform3D.cs | 2 -- .../System/Windows/Media3D/Generated/GeneralTransform3DGroup.cs | 2 -- .../System/Windows/Media3D/Generated/Geometry3D.cs | 2 -- .../System/Windows/Media3D/Generated/GeometryModel3D.cs | 2 -- .../PresentationCore/System/Windows/Media3D/Generated/Light.cs | 2 -- .../System/Windows/Media3D/Generated/Material.cs | 2 -- .../System/Windows/Media3D/Generated/MaterialGroup.cs | 2 -- .../System/Windows/Media3D/Generated/MatrixCamera.cs | 2 -- .../System/Windows/Media3D/Generated/MatrixTransform3D.cs | 2 -- .../System/Windows/Media3D/Generated/MeshGeometry3D.cs | 2 -- .../System/Windows/Media3D/Generated/Model3D.cs | 2 -- .../System/Windows/Media3D/Generated/Model3DGroup.cs | 2 -- .../System/Windows/Media3D/Generated/OrthographicCamera.cs | 2 -- .../System/Windows/Media3D/Generated/PerspectiveCamera.cs | 2 -- .../System/Windows/Media3D/Generated/PointLight.cs | 2 -- .../System/Windows/Media3D/Generated/PointLightBase.cs | 2 -- .../System/Windows/Media3D/Generated/ProjectionCamera.cs | 2 -- .../System/Windows/Media3D/Generated/QuaternionRotation3D.cs | 2 -- .../System/Windows/Media3D/Generated/RotateTransform3D.cs | 2 -- .../System/Windows/Media3D/Generated/Rotation3D.cs | 2 -- .../System/Windows/Media3D/Generated/ScaleTransform3D.cs | 2 -- .../System/Windows/Media3D/Generated/SpecularMaterial.cs | 2 -- .../System/Windows/Media3D/Generated/SpotLight.cs | 2 -- .../System/Windows/Media3D/Generated/Transform3D.cs | 2 -- .../System/Windows/Media3D/Generated/Transform3DGroup.cs | 2 -- .../System/Windows/Media3D/Generated/TranslateTransform3D.cs | 2 -- 103 files changed, 206 deletions(-) diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Generated/TextDecoration.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Generated/TextDecoration.cs index e41985a12d1..5fa2b3336f7 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Generated/TextDecoration.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Generated/TextDecoration.cs @@ -15,8 +15,6 @@ namespace System.Windows { - - public sealed partial class TextDecoration : Animatable { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/ParallelTimeline.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/ParallelTimeline.cs index 63bcdd2884a..4aaaf35d261 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/ParallelTimeline.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/ParallelTimeline.cs @@ -14,8 +14,6 @@ namespace System.Windows.Media.Animation { - - public partial class ParallelTimeline : TimelineGroup { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Timeline.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Timeline.cs index 8e7a8aeec9d..5c221ee40a4 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Timeline.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/Timeline.cs @@ -14,8 +14,6 @@ namespace System.Windows.Media.Animation { - - public abstract partial class Timeline : Animatable { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/TimelineGroup.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/TimelineGroup.cs index c1d2d90b9a8..d8a8a8eeaf3 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/TimelineGroup.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Animation/Generated/TimelineGroup.cs @@ -14,8 +14,6 @@ namespace System.Windows.Media.Animation { - - public abstract partial class TimelineGroup : Timeline { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BevelBitmapEffect.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BevelBitmapEffect.cs index ecae965e9f6..2b3a4ad9f2a 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BevelBitmapEffect.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BevelBitmapEffect.cs @@ -17,8 +17,6 @@ namespace System.Windows.Media.Effects { - - public sealed partial class BevelBitmapEffect : BitmapEffect { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffect.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffect.cs index 123378845ad..c8d557d9a0e 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffect.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffect.cs @@ -17,8 +17,6 @@ namespace System.Windows.Media.Effects { - - public abstract partial class BitmapEffect : Animatable { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffectGroup.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffectGroup.cs index 2ec9bee241b..223a7acffce 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffectGroup.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffectGroup.cs @@ -17,8 +17,6 @@ namespace System.Windows.Media.Effects { - - public sealed partial class BitmapEffectGroup : BitmapEffect { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffectInput.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffectInput.cs index 3d720b7be66..696f9163ac8 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffectInput.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BitmapEffectInput.cs @@ -17,8 +17,6 @@ namespace System.Windows.Media.Effects { - - public sealed partial class BitmapEffectInput : Animatable { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BlurBitmapEffect.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BlurBitmapEffect.cs index f63be7930cd..1069614f5c1 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BlurBitmapEffect.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BlurBitmapEffect.cs @@ -17,8 +17,6 @@ namespace System.Windows.Media.Effects { - - public sealed partial class BlurBitmapEffect : BitmapEffect { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BlurEffect.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BlurEffect.cs index 81f198ddcfd..ae34f7f4ee6 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BlurEffect.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/BlurEffect.cs @@ -17,8 +17,6 @@ namespace System.Windows.Media.Effects { - - public sealed partial class BlurEffect : Effect { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/DropShadowBitmapEffect.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/DropShadowBitmapEffect.cs index 80c8f116bf7..aa274adc3bb 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/DropShadowBitmapEffect.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/DropShadowBitmapEffect.cs @@ -17,8 +17,6 @@ namespace System.Windows.Media.Effects { - - public sealed partial class DropShadowBitmapEffect : BitmapEffect { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/DropShadowEffect.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/DropShadowEffect.cs index 7e8485326ea..47e6d651412 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/DropShadowEffect.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/DropShadowEffect.cs @@ -17,8 +17,6 @@ namespace System.Windows.Media.Effects { - - public sealed partial class DropShadowEffect : Effect { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/Effect.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/Effect.cs index 2bb2b4b4a2c..0b95ad69f46 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/Effect.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/Effect.cs @@ -17,8 +17,6 @@ namespace System.Windows.Media.Effects { - - public abstract partial class Effect : Animatable, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/EmbossBitmapEffect.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/EmbossBitmapEffect.cs index 4f4a08b7d33..d0a5898f9a0 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/EmbossBitmapEffect.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/EmbossBitmapEffect.cs @@ -17,8 +17,6 @@ namespace System.Windows.Media.Effects { - - public sealed partial class EmbossBitmapEffect : BitmapEffect { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/ImplicitInputBrush.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/ImplicitInputBrush.cs index aff723f3119..a3c1e58dbe9 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/ImplicitInputBrush.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/ImplicitInputBrush.cs @@ -17,8 +17,6 @@ namespace System.Windows.Media.Effects { - - internal sealed partial class ImplicitInputBrush : Brush { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/OuterGlowBitmapEffect.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/OuterGlowBitmapEffect.cs index cf4fd887e07..c871fd73952 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/OuterGlowBitmapEffect.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/OuterGlowBitmapEffect.cs @@ -17,8 +17,6 @@ namespace System.Windows.Media.Effects { - - public sealed partial class OuterGlowBitmapEffect : BitmapEffect { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/PixelShader.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/PixelShader.cs index 15e62f76b71..b3f316f7d27 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/PixelShader.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/PixelShader.cs @@ -17,8 +17,6 @@ namespace System.Windows.Media.Effects { - - public sealed partial class PixelShader : Animatable, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/ShaderEffect.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/ShaderEffect.cs index 1e7d9e773d8..7070249ab12 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/ShaderEffect.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Effects/Generated/ShaderEffect.cs @@ -17,8 +17,6 @@ namespace System.Windows.Media.Effects { - - public partial class ShaderEffect : Effect { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ArcSegment.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ArcSegment.cs index f2d142da7c9..f53d8a67b24 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ArcSegment.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ArcSegment.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class ArcSegment : PathSegment { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BezierSegment.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BezierSegment.cs index d275c3076d7..02b5db3dfc9 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BezierSegment.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BezierSegment.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class BezierSegment : PathSegment { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BitmapCache.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BitmapCache.cs index d028305692a..fe5d2e41e11 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BitmapCache.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BitmapCache.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class BitmapCache : CacheMode { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BitmapCacheBrush.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BitmapCacheBrush.cs index 3ec45a29a3d..8518dbf9976 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BitmapCacheBrush.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/BitmapCacheBrush.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class BitmapCacheBrush : Brush { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/CombinedGeometry.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/CombinedGeometry.cs index a5eb4907628..f899112f770 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/CombinedGeometry.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/CombinedGeometry.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class CombinedGeometry : Geometry { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DashStyle.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DashStyle.cs index 5d1fd2c1b9c..f57dab52fa6 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DashStyle.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DashStyle.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class DashStyle : Animatable, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/Drawing.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/Drawing.cs index 14cf96f6e30..712d5d98a64 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/Drawing.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/Drawing.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public abstract partial class Drawing : Animatable, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingBrush.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingBrush.cs index 6579be994f6..13c731dda86 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingBrush.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingBrush.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class DrawingBrush : TileBrush { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingGroup.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingGroup.cs index 5f8df9d0c46..6da866d018e 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingGroup.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingGroup.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class DrawingGroup : Drawing { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingImage.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingImage.cs index c26aaf47b0c..3bd676e9ec3 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingImage.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/DrawingImage.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class DrawingImage : ImageSource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/EllipseGeometry.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/EllipseGeometry.cs index e95fbe30cda..af908044e92 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/EllipseGeometry.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/EllipseGeometry.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class EllipseGeometry : Geometry { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeneralTransform.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeneralTransform.cs index aee119917d7..f1bbb93ca47 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeneralTransform.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeneralTransform.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public abstract partial class GeneralTransform : Animatable, IFormattable { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeneralTransformGroup.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeneralTransformGroup.cs index 9bc73ef5c92..25123a1be7c 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeneralTransformGroup.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeneralTransformGroup.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class GeneralTransformGroup : GeneralTransform { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeometryDrawing.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeometryDrawing.cs index e63333a3510..f77911f9b63 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeometryDrawing.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeometryDrawing.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class GeometryDrawing : Drawing { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeometryGroup.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeometryGroup.cs index c25b0f969e4..110a591395c 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeometryGroup.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GeometryGroup.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class GeometryGroup : Geometry { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GlyphRunDrawing.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GlyphRunDrawing.cs index 7e600ed937c..65d3da3b642 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GlyphRunDrawing.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GlyphRunDrawing.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class GlyphRunDrawing : Drawing { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GradientBrush.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GradientBrush.cs index fdac6b352b1..4f3eb03f620 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GradientBrush.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GradientBrush.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public abstract partial class GradientBrush : Brush { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GuidelineSet.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GuidelineSet.cs index debbfb8876a..c30b42a7b3c 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GuidelineSet.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/GuidelineSet.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class GuidelineSet : Animatable, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageBrush.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageBrush.cs index 4a9db4f0da5..eb47c1a96bd 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageBrush.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageBrush.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class ImageBrush : TileBrush { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageDrawing.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageDrawing.cs index 61eba516b2d..fb99e820fd9 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageDrawing.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageDrawing.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class ImageDrawing : Drawing { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageSource.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageSource.cs index 478947e42af..b61a87452b9 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageSource.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ImageSource.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public abstract partial class ImageSource : Animatable, IFormattable, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LineGeometry.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LineGeometry.cs index c2ff8de84f8..fbcf1c7c4e0 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LineGeometry.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LineGeometry.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class LineGeometry : Geometry { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LineSegment.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LineSegment.cs index 3cd0dfe6063..248dd33640e 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LineSegment.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LineSegment.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class LineSegment : PathSegment { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LinearGradientBrush.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LinearGradientBrush.cs index dd8add98f37..815643dc6a2 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LinearGradientBrush.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/LinearGradientBrush.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class LinearGradientBrush : GradientBrush { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/MatrixTransform.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/MatrixTransform.cs index 09ddc06f2fd..c51c2d1e1d8 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/MatrixTransform.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/MatrixTransform.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class MatrixTransform : Transform { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/MediaTimeline.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/MediaTimeline.cs index d23e131b99a..17f196db172 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/MediaTimeline.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/MediaTimeline.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public partial class MediaTimeline : Timeline { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathFigure.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathFigure.cs index 6d2545cc664..5f497f03891 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathFigure.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathFigure.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class PathFigure : Animatable { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathGeometry.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathGeometry.cs index 21d8cba9814..2fcae70c8cb 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathGeometry.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathGeometry.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class PathGeometry : Geometry { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathSegment.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathSegment.cs index e2153506c2e..e468286bf55 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathSegment.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PathSegment.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public abstract partial class PathSegment : Animatable { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/Pen.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/Pen.cs index b4baaf70098..ee384874435 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/Pen.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/Pen.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class Pen : Animatable, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyBezierSegment.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyBezierSegment.cs index ba467c1693c..fa3b712d3ca 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyBezierSegment.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyBezierSegment.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class PolyBezierSegment : PathSegment { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyLineSegment.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyLineSegment.cs index 6f294d5cbf1..ad651424fc7 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyLineSegment.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyLineSegment.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class PolyLineSegment : PathSegment { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyQuadraticBezierSegment.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyQuadraticBezierSegment.cs index 436d2afa502..15465bea49a 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyQuadraticBezierSegment.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/PolyQuadraticBezierSegment.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class PolyQuadraticBezierSegment : PathSegment { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/QuadraticBezierSegment.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/QuadraticBezierSegment.cs index bfc061b3733..e78ae0ca09c 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/QuadraticBezierSegment.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/QuadraticBezierSegment.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class QuadraticBezierSegment : PathSegment { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RadialGradientBrush.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RadialGradientBrush.cs index 375dcc1134e..87bc76ec368 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RadialGradientBrush.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RadialGradientBrush.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class RadialGradientBrush : GradientBrush { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RectangleGeometry.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RectangleGeometry.cs index 4785ba31cce..d0e60000a79 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RectangleGeometry.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RectangleGeometry.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class RectangleGeometry : Geometry { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RotateTransform.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RotateTransform.cs index c620107c8cc..872467af5be 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RotateTransform.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/RotateTransform.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class RotateTransform : Transform { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ScaleTransform.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ScaleTransform.cs index 9cf0c417698..ea16d90c651 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ScaleTransform.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/ScaleTransform.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class ScaleTransform : Transform { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/SkewTransform.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/SkewTransform.cs index b03ac4396ad..86029d2fb0d 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/SkewTransform.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/SkewTransform.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class SkewTransform : Transform { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/SolidColorBrush.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/SolidColorBrush.cs index e5be3b1b9e0..767694b642e 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/SolidColorBrush.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/SolidColorBrush.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class SolidColorBrush : Brush { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/StreamGeometry.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/StreamGeometry.cs index f3101d3cb32..6a0ba68a87c 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/StreamGeometry.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/StreamGeometry.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class StreamGeometry : Geometry { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TextEffect.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TextEffect.cs index e10620b87db..96a8afc16f4 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TextEffect.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TextEffect.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class TextEffect : Animatable { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TileBrush.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TileBrush.cs index 541af41c059..802feb1f248 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TileBrush.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TileBrush.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public abstract partial class TileBrush : Brush { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TransformGroup.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TransformGroup.cs index 284e570529e..8a8c2b72814 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TransformGroup.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TransformGroup.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class TransformGroup : Transform { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TranslateTransform.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TranslateTransform.cs index 2cc03f005e0..3b06d827672 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TranslateTransform.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/TranslateTransform.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class TranslateTransform : Transform { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/VideoDrawing.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/VideoDrawing.cs index 8e5805a4091..821f23f0b10 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/VideoDrawing.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/VideoDrawing.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class VideoDrawing : Drawing { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/VisualBrush.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/VisualBrush.cs index d0bb6863010..1ea25d84e53 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/VisualBrush.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Generated/VisualBrush.cs @@ -24,8 +24,6 @@ namespace System.Windows.Media { - - public sealed partial class VisualBrush : TileBrush { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/BitmapImage.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/BitmapImage.cs index fa7955e3ef0..b853744c2cb 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/BitmapImage.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/BitmapImage.cs @@ -14,8 +14,6 @@ namespace System.Windows.Media.Imaging { - - public sealed partial class BitmapImage : BitmapSource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/ColorConvertedBitmap.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/ColorConvertedBitmap.cs index ebf564eab2e..7c0f5cb7ac4 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/ColorConvertedBitmap.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/ColorConvertedBitmap.cs @@ -14,8 +14,6 @@ namespace System.Windows.Media.Imaging { - - public sealed partial class ColorConvertedBitmap : BitmapSource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/CroppedBitmap.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/CroppedBitmap.cs index 41f1c5b064e..fd65429cf68 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/CroppedBitmap.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/CroppedBitmap.cs @@ -14,8 +14,6 @@ namespace System.Windows.Media.Imaging { - - public sealed partial class CroppedBitmap : BitmapSource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/FormatConvertedBitmap.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/FormatConvertedBitmap.cs index c347d9f0a08..235b5685eb1 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/FormatConvertedBitmap.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/FormatConvertedBitmap.cs @@ -14,8 +14,6 @@ namespace System.Windows.Media.Imaging { - - public sealed partial class FormatConvertedBitmap : BitmapSource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/TransformedBitmap.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/TransformedBitmap.cs index bb4e18872c7..97efeebed77 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/TransformedBitmap.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/Imaging/Generated/TransformedBitmap.cs @@ -14,8 +14,6 @@ namespace System.Windows.Media.Imaging { - - public sealed partial class TransformedBitmap : BitmapSource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AffineTransform3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AffineTransform3D.cs index 66cd0b0399b..a1d708de6ef 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AffineTransform3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AffineTransform3D.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public abstract partial class AffineTransform3D : Transform3D { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AmbientLight.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AmbientLight.cs index 61bf8a91567..eab1b27bbd5 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AmbientLight.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AmbientLight.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public sealed partial class AmbientLight : Light { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AxisAngleRotation3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AxisAngleRotation3D.cs index 98a2a4cd854..79e342395ec 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AxisAngleRotation3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/AxisAngleRotation3D.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public sealed partial class AxisAngleRotation3D : Rotation3D { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Camera.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Camera.cs index 094357001eb..9c6f2c84239 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Camera.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Camera.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public abstract partial class Camera : Animatable, IFormattable, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/DiffuseMaterial.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/DiffuseMaterial.cs index 25e1be5a88f..8f8b9165be9 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/DiffuseMaterial.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/DiffuseMaterial.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public sealed partial class DiffuseMaterial : Material { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/DirectionalLight.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/DirectionalLight.cs index d1b93713cb4..274f05c1897 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/DirectionalLight.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/DirectionalLight.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public sealed partial class DirectionalLight : Light { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/EmissiveMaterial.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/EmissiveMaterial.cs index a82770e9c2f..2732910a869 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/EmissiveMaterial.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/EmissiveMaterial.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public sealed partial class EmissiveMaterial : Material { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeneralTransform3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeneralTransform3D.cs index 3583044ef44..867641e0f06 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeneralTransform3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeneralTransform3D.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public abstract partial class GeneralTransform3D : Animatable, IFormattable { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeneralTransform3DGroup.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeneralTransform3DGroup.cs index 723bd680054..3ce451595e5 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeneralTransform3DGroup.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeneralTransform3DGroup.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public sealed partial class GeneralTransform3DGroup : GeneralTransform3D { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Geometry3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Geometry3D.cs index fc8ca2bfe35..92fa45a8570 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Geometry3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Geometry3D.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public abstract partial class Geometry3D : Animatable, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeometryModel3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeometryModel3D.cs index 8b2d6d1dff4..f870830b68c 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeometryModel3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/GeometryModel3D.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public sealed partial class GeometryModel3D : Model3D { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Light.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Light.cs index 2d64da8fd0e..5bc019bf38a 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Light.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Light.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public abstract partial class Light : Model3D { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Material.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Material.cs index 4e04e83879c..aecf7bb5ed1 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Material.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Material.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public abstract partial class Material : Animatable, IFormattable, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MaterialGroup.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MaterialGroup.cs index f1cbf60f090..4d52f1fb933 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MaterialGroup.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MaterialGroup.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public sealed partial class MaterialGroup : Material { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MatrixCamera.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MatrixCamera.cs index ffd4eab4d7a..32fd43f726d 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MatrixCamera.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MatrixCamera.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public sealed partial class MatrixCamera : Camera { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MatrixTransform3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MatrixTransform3D.cs index d99526c6aca..bb6b1df775b 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MatrixTransform3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MatrixTransform3D.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public sealed partial class MatrixTransform3D : Transform3D { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MeshGeometry3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MeshGeometry3D.cs index 7d0f062d531..a9191551bc3 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MeshGeometry3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/MeshGeometry3D.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public sealed partial class MeshGeometry3D : Geometry3D { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Model3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Model3D.cs index 8e286647a62..2b5a588defd 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Model3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Model3D.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public abstract partial class Model3D : Animatable, IFormattable, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Model3DGroup.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Model3DGroup.cs index b7c8acc4149..a50385eb72d 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Model3DGroup.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Model3DGroup.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public sealed partial class Model3DGroup : Model3D { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/OrthographicCamera.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/OrthographicCamera.cs index 6c83b8b22dc..d246c2ef594 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/OrthographicCamera.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/OrthographicCamera.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public sealed partial class OrthographicCamera : ProjectionCamera { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PerspectiveCamera.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PerspectiveCamera.cs index 0556eaaf71b..8c1916492ae 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PerspectiveCamera.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PerspectiveCamera.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public sealed partial class PerspectiveCamera : ProjectionCamera { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PointLight.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PointLight.cs index 1ed3782bf9c..e536d7c9028 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PointLight.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PointLight.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public sealed partial class PointLight : PointLightBase { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PointLightBase.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PointLightBase.cs index f36658a75cc..51b9e679ee4 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PointLightBase.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/PointLightBase.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public abstract partial class PointLightBase : Light { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/ProjectionCamera.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/ProjectionCamera.cs index c9be007a99d..39f85faf923 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/ProjectionCamera.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/ProjectionCamera.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public abstract partial class ProjectionCamera : Camera { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/QuaternionRotation3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/QuaternionRotation3D.cs index ec4fbccfe3a..70c51308cbd 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/QuaternionRotation3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/QuaternionRotation3D.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public sealed partial class QuaternionRotation3D : Rotation3D { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/RotateTransform3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/RotateTransform3D.cs index 918f1637045..1a0b5f753c5 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/RotateTransform3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/RotateTransform3D.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public sealed partial class RotateTransform3D : AffineTransform3D { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Rotation3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Rotation3D.cs index e124fbb3b08..57b02dfe6bb 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Rotation3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Rotation3D.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public abstract partial class Rotation3D : Animatable, IFormattable, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/ScaleTransform3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/ScaleTransform3D.cs index 18b1b3a7622..e903f605c8a 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/ScaleTransform3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/ScaleTransform3D.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public sealed partial class ScaleTransform3D : AffineTransform3D { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/SpecularMaterial.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/SpecularMaterial.cs index 730c3218354..78052291383 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/SpecularMaterial.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/SpecularMaterial.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public sealed partial class SpecularMaterial : Material { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/SpotLight.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/SpotLight.cs index 4202d700073..92ff41c7f8d 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/SpotLight.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/SpotLight.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public sealed partial class SpotLight : PointLightBase { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Transform3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Transform3D.cs index 3af63318bd4..29fead293af 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Transform3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Transform3D.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public abstract partial class Transform3D : GeneralTransform3D, DUCE.IResource { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Transform3DGroup.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Transform3DGroup.cs index b554c551a77..e7331a6d07c 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Transform3DGroup.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/Transform3DGroup.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public sealed partial class Transform3DGroup : Transform3D { //------------------------------------------------------ diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/TranslateTransform3D.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/TranslateTransform3D.cs index cade81e5837..d030eeef9bc 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/TranslateTransform3D.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media3D/Generated/TranslateTransform3D.cs @@ -22,8 +22,6 @@ namespace System.Windows.Media.Media3D { - - public sealed partial class TranslateTransform3D : AffineTransform3D { //------------------------------------------------------