11 references to VariableDefaultProperty
System.Data (11)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
299object propertyValue = variable.Properties[DesignTimeVariable.VariableDefaultProperty].ComputedValue;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (10)
514var editorType = variable.GetDynamicPropertyValueEditorType(DesignTimeVariable.VariableDefaultProperty); 520resolveParams.Template = variable.GetDynamicPropertyValueEditor(DesignTimeVariable.VariableDefaultProperty).InlineEditorTemplate; 536return variable.GetDynamicPropertyValueEditor(DesignTimeVariable.VariableDefaultProperty) as DialogPropertyValueEditor; 542return variable.Content.Properties[DesignTimeVariable.VariableDefaultProperty]; 990new string[] { VariableNameProperty, VariableTypeProperty, VariableScopeProperty, VariableDefaultProperty, 1046PropertyName = VariableDefaultProperty, 1231ModelItem expressionModelItem = this.ReflectedObject.Properties[VariableDefaultProperty].Value; 1285this.ReflectedObject.Properties[VariableDefaultProperty].SetValue(expression); 1290return this.ReflectedObject.Properties[VariableDefaultProperty].ComputedValue; 1381this.RaisePropertyChangedEvent(VariableDefaultProperty);