6 references to VariableTypeProperty
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
294TypeNameHelper.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)
990new string[] { VariableNameProperty, VariableTypeProperty, VariableScopeProperty, VariableDefaultProperty, 1022PropertyName = VariableTypeProperty, 1257return (Type)this.ReflectedObject.Properties[VariableTypeProperty].ComputedValue; 1379else if (string.Equals(propertyName, DesignTimeVariable.VariableTypeProperty)) 1387this.RaisePropertyChangedEvent(DesignTimeVariable.VariableTypeProperty);