File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Microsoft.Toolkit.Uwp.UI.Controls.Layout.Design/Common Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments