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