Add project files.

This commit is contained in:
Joshua Askharoun
2021-04-02 02:58:17 -05:00
parent 0197ec8d42
commit d150461484
976 changed files with 116905 additions and 0 deletions
@@ -0,0 +1,15 @@
// Decompiled with JetBrains decompiler
// Type: Microsoft.Iris.Animations.BaseMultiplyFloatKeyframe
// Assembly: UIX, Version=4.8.0.0, Culture=neutral, PublicKeyToken=ddd0da4d3e678217
// MVID: A56C6C9D-B7F6-46A9-8BDE-B3D9B8D60B11
// Assembly location: C:\Program Files\Zune\UIX.dll
namespace Microsoft.Iris.Animations
{
public abstract class BaseMultiplyFloatKeyframe : BaseFloatKeyframe
{
public BaseMultiplyFloatKeyframe() => this.Value = 1f;
public override bool Multiply => true;
}
}