2 instantiations of MutableAttributeTable
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\AttributeTableBuilder.cs (2)
30private MutableAttributeTable _table = new MutableAttributeTable(); 41MutableAttributeTable clone = new MutableAttributeTable();
9 references to MutableAttributeTable
System.Activities.Presentation (9)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (1)
158internal void AddTable(MutableAttributeTable table)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\AttributeCallbackBuilder.cs (2)
26private MutableAttributeTable _table; 29internal AttributeCallbackBuilder(MutableAttributeTable table, Type callbackType)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\AttributeTable.cs (3)
28private MutableAttributeTable _attributes; 34internal AttributeTable(MutableAttributeTable attributes) 56internal MutableAttributeTable MutableTable
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\AttributeTableBuilder.cs (3)
30private MutableAttributeTable _table = new MutableAttributeTable(); 36private MutableAttributeTable MutableTable 41MutableAttributeTable clone = new MutableAttributeTable();