6 references to VariableTypeProperty
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
294TypeNameHelper.GetDisplayName(variable.Properties[DesignTimeVariable.VariableTypeProperty].ComputedValue as Type, false), null));
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);