Skip to content

Commit 9320506

Browse files
Update MetadataRegistrationBase.cs
1 parent 78c2088 commit 9320506

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.Core.Design/Common/MetadataRegistrationBase.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace Microsoft.Toolkit.Uwp.Design.Common
2020
{
2121
public abstract class MetadataRegistrationBase : IProvideAttributeTable
2222
{
23-
private AttributeTable masterMetadataTable;
23+
private AttributeTable mainMetadataTable;
2424

2525
internal MetadataRegistrationBase() { }
2626

@@ -36,8 +36,8 @@ protected virtual AttributeTable BuildAttributeTable()
3636
AddAttributes(builder);
3737
AddTables(builder, this);
3838

39-
masterMetadataTable = builder.CreateTable();
40-
return masterMetadataTable;
39+
mainMetadataTable = builder.CreateTable();
40+
return mainMetadataTable;
4141
}
4242

4343
#region IProvideAttributeTable Members
@@ -250,4 +250,4 @@ protected virtual void AddAttributes(AttributeTableBuilder builder)
250250
{
251251
}
252252
}
253-
}
253+
}

0 commit comments

Comments
 (0)