Skip to content
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,12 +1,13 @@
// Licensed to the .NET Foundation under one or more agreements.
// 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.

//
//
// This file was generated, please do not edit it directly.
//
// This file was generated from the codegen template located at:
// src\WpfGfx\codegen\mcg\generators\FrameworkElementTemplate.cs
// wpf\src\WpfGfx\codegen\mcg\generators\FrameworkElementTemplate.cs
//
// Please see MilCodeGen.html for more information.
//
Expand Down Expand Up @@ -212,7 +213,7 @@ protected internal void AddLogicalChild(object child)
{
if (exceptionThrown)
{
// ILTN removal: make this more robust
// Future: ILTN removal: make this more robust
// At the very least we should disconnect the child that we failed to add.

// Consider doing this...
Expand Down Expand Up @@ -387,6 +388,7 @@ internal void OnAncestorChangedInternal(TreeChangeInfo parentTreeState)
// Clear the HasStyleChanged flag
HasStyleChanged = false;
HasStyleInvalidated = false;

}

// If this is a tree add operation update the ShouldLookupImplicitStyles
Expand Down Expand Up @@ -512,6 +514,7 @@ internal FrugalObjectList<DependencyProperty> InvalidateTreeDependentProperties(
finally
{
AncestorChangeInProgress = false;

}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Licensed to the .NET Foundation under one or more agreements.
// 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.

//
//
// This file was generated, please do not edit it directly.
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

//
//
// This file was generated, please do not edit it directly.
//
// Please see MilCodeGen.html for more information.
//

using System.Windows.Media.Media3D;

namespace System.Windows.Media.Animation
{


/// <summary>
/// This class is used as part of a ThicknessKeyFrameCollection in
/// conjunction with a KeyFrameThicknessAnimation to animate a
Expand Down Expand Up @@ -84,4 +89,5 @@ protected override Thickness InterpolateValueCore(Thickness baseValue, double ke

#endregion
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,21 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

//
//
// This file was generated, please do not edit it directly.
//
// Please see MilCodeGen.html for more information.
//

using System.Windows.Media.Media3D;

using MS.Internal.PresentationFramework;

namespace System.Windows.Media.Animation
{


/// <summary>
/// This class is used as part of a ThicknessKeyFrameCollection in
/// conjunction with a KeyFrameThicknessAnimation to animate a
Expand Down Expand Up @@ -135,4 +140,5 @@ public IEasingFunction EasingFunction

#endregion
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

//
//
// This file was generated, please do not edit it directly.
//
// Please see MilCodeGen.html for more information.
//

using System.Windows.Media.Media3D;

namespace System.Windows.Media.Animation
{


/// <summary>
/// This class is used as part of a ThicknessKeyFrameCollection in
/// conjunction with a KeyFrameThicknessAnimation to animate a
Expand Down Expand Up @@ -149,4 +154,5 @@ protected abstract Thickness InterpolateValueCore(

#endregion
}
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,21 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

//
//
// This file was generated, please do not edit it directly.
//
// Please see MilCodeGen.html for more information.
//

using System.Windows.Media.Media3D;

using MS.Internal.PresentationFramework;

namespace System.Windows.Media.Animation
{


/// <summary>
/// This class is used as part of a ThicknessKeyFrameCollection in
/// conjunction with a KeyFrameThicknessAnimation to animate a
Expand Down Expand Up @@ -87,4 +92,5 @@ protected override Thickness InterpolateValueCore(Thickness baseValue, double ke

#endregion
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,26 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

//
//
// This file was generated, please do not edit it directly.
//
// Please see MilCodeGen.html for more information.
//

using MS.Internal;

using System.Collections;
using System.ComponentModel;
using System.Windows.Media;
using System.Windows.Media.Media3D;

using MS.Internal.PresentationFramework;

namespace System.Windows.Media.Animation
{


/// <summary>
/// This class is used as part of a ThicknessKeyFrameCollection in
/// conjunction with a KeyFrameThicknessAnimation to animate a
Expand Down Expand Up @@ -136,4 +146,6 @@ public KeySpline KeySpline

#endregion
}


}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

//
//
// This file was generated, please do not edit it directly.
//
Expand All @@ -10,6 +11,7 @@

using MS.Internal.KnownBoxes;
using System.Globalization;
using System.Windows.Media.Media3D;

using MS.Internal.PresentationFramework;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
// Licensed to the .NET Foundation under one or more agreements.
// 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.

//
//
// This file was generated, please do not edit it directly.
//
// Please see MilCodeGen.html for more information.
//

using System.Windows.Media.Media3D;

namespace System.Windows.Media.Animation
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Licensed to the .NET Foundation under one or more agreements.
// 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.

//
//
// This file was generated, please do not edit it directly.
//
Expand All @@ -12,7 +13,7 @@
using System.Collections;
using System.ComponentModel;
using System.Windows.Markup;

using System.Windows.Media.Media3D;
using MS.Internal.PresentationFramework;

namespace System.Windows.Media.Animation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Licensed to the .NET Foundation under one or more agreements.
// 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.

//
//
// This file was generated, please do not edit it directly.
//
Expand Down