File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Microsoft.Toolkit.Uwp.UI.Controls.Core.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
20
20
{
21
21
public abstract class MetadataRegistrationBase : IProvideAttributeTable
22
22
{
23
- private AttributeTable masterMetadataTable ;
23
+ private AttributeTable mainMetadataTable ;
24
24
25
25
internal MetadataRegistrationBase ( ) { }
26
26
@@ -36,8 +36,8 @@ protected virtual AttributeTable BuildAttributeTable()
36
36
AddAttributes ( builder ) ;
37
37
AddTables ( builder , this ) ;
38
38
39
- masterMetadataTable = builder . CreateTable ( ) ;
40
- return masterMetadataTable ;
39
+ mainMetadataTable = builder . CreateTable ( ) ;
40
+ return mainMetadataTable ;
41
41
}
42
42
43
43
#region IProvideAttributeTable Members
@@ -250,4 +250,4 @@ protected virtual void AddAttributes(AttributeTableBuilder builder)
250
250
{
251
251
}
252
252
}
253
- }
253
+ }
You can’t perform that action at this time.
0 commit comments