Fixed "name can be simplified"

This commit is contained in:
Joshua Askharoun
2021-03-31 17:20:20 -05:00
parent 9b09412b45
commit 799fca8d97
384 changed files with 3966 additions and 3966 deletions
@@ -33,9 +33,9 @@ namespace Microsoft.Iris.Layout
public Inset Margins => this._margins;
DataCookie ILayoutInput.Data => AreaOfInterestLayoutInput.Data;
DataCookie ILayoutInput.Data => Data;
public static DataCookie Data => AreaOfInterestLayoutInput.s_dataProperty;
public static DataCookie Data => s_dataProperty;
public override string ToString() => InvariantString.Format("{0}({1})", this.GetType().Name, _id);
}