Skip to content

Run MilCodeGen for WpfGfx #10431

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,27 +1,22 @@
// 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.


//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18408
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

//
// This source code was auto-generated by xsd, Version=4.0.30319.18408.
// This source code was auto-generated by xsd, Version=4.8.3928.0.
//
namespace MS.Internal.MilCodeGen.ResourceModel {
using System.Xml.Serialization;


/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18408")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
Expand Down Expand Up @@ -73,7 +68,7 @@ public CGProperty[] Properties {
}

/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18408")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
Expand Down Expand Up @@ -147,7 +142,7 @@ public bool ImplementsIAnimatableSpecified {
}

/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18408")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
Expand Down Expand Up @@ -286,7 +281,7 @@ public string CategoryID {
}

/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18408")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
Expand Down Expand Up @@ -411,4 +406,3 @@ public bool ReverseInheritSpecified {
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -617,5 +617,3 @@ struct CMilBitmapCacheDuce_Data
};

#pragma warning (pop)


Original file line number Diff line number Diff line change
Expand Up @@ -3189,7 +3189,7 @@ HRESULT CMilPixelShaderDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilPixelShaderDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilPixelShaderDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -3306,7 +3306,7 @@ HRESULT CMilImplicitInputBrushDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilImplicitInputBrushDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilImplicitInputBrushDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -3384,7 +3384,7 @@ HRESULT CMilBlurEffectDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilBlurEffectDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilBlurEffectDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -3537,7 +3537,7 @@ HRESULT CMilDropShadowEffectDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilDropShadowEffectDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilDropShadowEffectDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -3865,7 +3865,7 @@ HRESULT CMilShaderEffectDuce::GeneratedProcessUpdate(
RRETURN(hr);
}

HRESULT CMilShaderEffectDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilShaderEffectDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -4078,7 +4078,7 @@ HRESULT CMilTransformGroupDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilTransformGroupDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilTransformGroupDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -4182,7 +4182,7 @@ HRESULT CMilTranslateTransformDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilTranslateTransformDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilTranslateTransformDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -4334,7 +4334,7 @@ HRESULT CMilScaleTransformDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilScaleTransformDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilScaleTransformDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -4498,7 +4498,7 @@ HRESULT CMilSkewTransformDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilSkewTransformDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilSkewTransformDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -4642,7 +4642,7 @@ HRESULT CMilRotateTransformDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilRotateTransformDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilRotateTransformDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -4740,7 +4740,7 @@ HRESULT CMilMatrixTransformDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilMatrixTransformDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilMatrixTransformDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -4852,7 +4852,7 @@ HRESULT CMilLineGeometryDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilLineGeometryDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilLineGeometryDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -4988,7 +4988,7 @@ HRESULT CMilRectangleGeometryDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilRectangleGeometryDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilRectangleGeometryDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -5126,7 +5126,7 @@ HRESULT CMilEllipseGeometryDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilEllipseGeometryDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilEllipseGeometryDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -5222,7 +5222,7 @@ HRESULT CMilGeometryGroupDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilGeometryGroupDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilGeometryGroupDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -5349,7 +5349,7 @@ HRESULT CMilCombinedGeometryDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilCombinedGeometryDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilCombinedGeometryDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -5605,7 +5605,7 @@ HRESULT CMilSolidColorBrushDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilSolidColorBrushDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilSolidColorBrushDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -5799,7 +5799,7 @@ HRESULT CMilLinearGradientBrushDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilLinearGradientBrushDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilLinearGradientBrushDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -6044,7 +6044,7 @@ HRESULT CMilRadialGradientBrushDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilRadialGradientBrushDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilRadialGradientBrushDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -6246,7 +6246,7 @@ HRESULT CMilImageBrushDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilImageBrushDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilImageBrushDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -6437,7 +6437,7 @@ HRESULT CMilDrawingBrushDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilDrawingBrushDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilDrawingBrushDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -6628,7 +6628,7 @@ HRESULT CMilVisualBrushDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilVisualBrushDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilVisualBrushDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -6795,7 +6795,7 @@ HRESULT CMilBitmapCacheBrushDuce::GeneratedProcessUpdate(
RRETURN(hr);
}

HRESULT CMilBitmapCacheBrushDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilBitmapCacheBrushDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -6913,7 +6913,7 @@ HRESULT CMilDashStyleDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilDashStyleDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilDashStyleDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -7039,7 +7039,7 @@ HRESULT CMilPenDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilPenDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilPenDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -7155,7 +7155,7 @@ HRESULT CMilGeometryDrawingDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilGeometryDrawingDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilGeometryDrawingDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -7251,7 +7251,7 @@ HRESULT CMilGlyphRunDrawingDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilGlyphRunDrawingDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilGlyphRunDrawingDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -7345,7 +7345,7 @@ HRESULT CMilImageDrawingDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilImageDrawingDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilImageDrawingDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -7613,7 +7613,7 @@ HRESULT CMilDrawingGroupDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilDrawingGroupDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilDrawingGroupDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -7751,7 +7751,7 @@ HRESULT CMilGuidelineSetDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilGuidelineSetDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilGuidelineSetDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand Down Expand Up @@ -7839,7 +7839,7 @@ HRESULT CMilBitmapCacheDuce::ProcessUpdate(
RRETURN(hr);
}

HRESULT CMilBitmapCacheDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTable)
HRESULT CMilBitmapCacheDuce::RegisterNotifiers(__in_ecount(1) CMilSlaveHandleTable *pHandleTable)
{
HRESULT hr = S_OK;

Expand All @@ -7854,5 +7854,3 @@ HRESULT CMilBitmapCacheDuce::RegisterNotifiers(CMilSlaveHandleTable *pHandleTabl
{
UnRegisterNotifier(m_data.m_pRenderAtScaleAnimation);
}


Original file line number Diff line number Diff line change
Expand Up @@ -490,5 +490,3 @@ CMilSlaveRenderData::GetHandles(CMilSlaveHandleTable *pHandleTable)
RRETURN(hr);
}



Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,3 @@ class CMilPenDuce;
class CGlyphRunResource;
class CMilSlaveVideo;
class CMilGuidelineSetDuce;


Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// 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.


//---------------------------------------------------------------------------

//
Expand Down Expand Up @@ -3675,4 +3680,3 @@ switch(nCmdType)
IFC(WGXERR_UCE_MALFORMEDPACKET);
break;
}

Original file line number Diff line number Diff line change
Expand Up @@ -349,5 +349,3 @@ HRESULT CResourceFactory::Create(
RRETURN(hr);
}



Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,3 @@ class CResourceFactory
__deref_out_ecount(1) CMilSlaveResource** ppResource
);
};


2 changes: 0 additions & 2 deletions src/Microsoft.DotNet.Wpf/src/WpfGfx/exts/cmdstruct.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,5 +181,3 @@ static MILCOMMAND MarshalCommands[] =
/* 0x8d */ { "MILCMD_BITMAPCACHE", "milcore!MILCMD_BITMAPCACHE", false, false, 0, 0, 0 }, // MilCmdBitmapCache
};



Loading