6 references to VariableTypeProperty
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
294
TypeNameHelper.GetDisplayName(variable.Properties[DesignTimeVariable.
VariableTypeProperty
].ComputedValue as Type, false), null));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (5)
990
new string[] { VariableNameProperty,
VariableTypeProperty
, VariableScopeProperty, VariableDefaultProperty,
1022
PropertyName =
VariableTypeProperty
,
1257
return (Type)this.ReflectedObject.Properties[
VariableTypeProperty
].ComputedValue;
1379
else if (string.Equals(propertyName, DesignTimeVariable.
VariableTypeProperty
))
1387
this.RaisePropertyChangedEvent(DesignTimeVariable.
VariableTypeProperty
);