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)
40
get { 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);