1 write to _callbackType
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\AttributeCallbackBuilder.cs (1)
32_callbackType = callbackType;
6 references to _callbackType
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\AttributeCallbackBuilder.cs (6)
40get { return _callbackType; } 56_table.AddCustomAttributes(_callbackType, attributes); 77_table.AddCustomAttributes(_callbackType, descriptor, attributes); 98_table.AddCustomAttributes(_callbackType, member, attributes); 122_table.AddCustomAttributes(_callbackType, memberName, attributes); 143_table.AddCustomAttributes(_callbackType, dp, attributes);