1 write to Content
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
509
PropertySetter = (instance, value) => { instance.
Content
= (ModelItem)value; },
19 references to Content
System.Data (19)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (7)
96
this.
Content
.PropertyChanged += this.OnFakeModelPropertyChanged;
363
this.
Content
.PropertyChanged -= this.OnFakeModelPropertyChanged;
451
(this.
Content
as IModelTreeItem).OnPropertyChanged(propertyName);
471
if (this.
Content
.Properties[propertyName] != null)
474
(this.
Content
as IModelTreeItem).OnPropertyChanged(propertyName);
699
(instance.
Content
as IModelTreeItem).ModelTreeManager.AddToCurrentEditingScope(new FakeModelNotifyPropertyChange(instance.
Content
as IModelTreeItem, this.Name));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (6)
239
this.Context.Items.SetValue(new Selection(argument.
Content
));
461
return argument.
Content
.Properties[DesignTimeArgument.ArgumentDefaultValueProperty];
677
variable.
Content
.Properties[DesignTimeArgument.AnnotationTextProperty].SetValue(annotationText);
704
dialog.AnnotationText = variable.
Content
.Properties[DesignTimeArgument.AnnotationTextProperty].ComputedValue as string;
717
variable.
Content
.Properties[DesignTimeArgument.AnnotationTextProperty].SetValue(annotationText);
737
variable.
Content
.Properties[DesignTimeArgument.AnnotationTextProperty].ClearValue();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (6)
309
this.Context.Items.SetValue(new Selection(variable.
Content
));
542
return variable.
Content
.Properties[DesignTimeVariable.VariableDefaultProperty];
687
variable.
Content
.Properties[DesignTimeVariable.AnnotationTextProperty].SetValue(annotationText);
714
dialog.AnnotationText = variable.
Content
.Properties[DesignTimeVariable.AnnotationTextProperty].ComputedValue as string;
727
variable.
Content
.Properties[DesignTimeVariable.AnnotationTextProperty].SetValue(annotationText);
747
variable.
Content
.Properties[DesignTimeVariable.AnnotationTextProperty].ClearValue();