5 references to AttributeCallback
System.Data (5)
cdf\src\NetFx40\Tools\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;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\AttributeTableBuilder.cs (1)
59public void AddCallback(Type type, AttributeCallback callback)