2 instantiations of MutableAttributeTable
System.Data (2)
cdf\src\NetFx40\Tools\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.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (1)
158internal void AddTable(MutableAttributeTable table)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\AttributeCallbackBuilder.cs (2)
26private MutableAttributeTable _table; 29internal AttributeCallbackBuilder(MutableAttributeTable table, Type callbackType)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\AttributeTable.cs (3)
28private MutableAttributeTable _attributes; 34internal AttributeTable(MutableAttributeTable attributes) 56internal MutableAttributeTable MutableTable
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\AttributeTableBuilder.cs (3)
30private MutableAttributeTable _table = new MutableAttributeTable(); 36private MutableAttributeTable MutableTable 41MutableAttributeTable clone = new MutableAttributeTable();