5 references to AttributeCallback
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (4)
74internal void AddCallback(Type type, AttributeCallback callback) 207AttributeCallback callback = attributes[idx] as AttributeCallback; 216callback = attributes[idx] as AttributeCallback;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\AttributeTableBuilder.cs (1)
59public void AddCallback(Type type, AttributeCallback callback)