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