1 instantiation of AttributeTable
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\AttributeTableBuilder.cs (1)
244
return new
AttributeTable
(_table);
18 references to AttributeTable
System.Activities.Presentation (18)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\AttributeDataCache.cs (2)
105
internal static IEnumerable<object> GetMetadataStoreAttributes(Type type, string memberName,
AttributeTable
[] tables) {
111
foreach (
AttributeTable
table in tables)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\AttributeTableBuilder.cs (2)
219
public void AddTable(
AttributeTable
table)
241
public
AttributeTable
CreateTable()
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (14)
50
public static void AddAttributeTable(
AttributeTable
table)
55
internal static void AddSystemAttributeTable(
AttributeTable
table)
60
private static void AddAttributeTableCore(
AttributeTable
table, bool isSystemAttributeTable = false)
120
private
AttributeTable
[] _tables;
123
internal MetadataStoreProvider(
AttributeTable
table)
126
_tables = new
AttributeTable
[] { table };
133
internal void AddTable(
AttributeTable
table, bool isSystemAttributeTable = false)
143
AttributeTable
[] newTables;
144
newTables = new
AttributeTable
[_tables.Length + 1];
559
foreach (
AttributeTable
table in _tables)
579
foreach (
AttributeTable
table in _tables)
1048
private
AttributeTable
[] _tables;
1055
internal MetadataType(Type baseReflectionType,
AttributeTable
[] tables, MetadataStoreProvider provider)
1402
foreach (
AttributeTable
table in _tables)