1 write to Content
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
509PropertySetter = (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)
96this.Content.PropertyChanged += this.OnFakeModelPropertyChanged; 363this.Content.PropertyChanged -= this.OnFakeModelPropertyChanged; 451(this.Content as IModelTreeItem).OnPropertyChanged(propertyName); 471if (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)
239this.Context.Items.SetValue(new Selection(argument.Content)); 461return argument.Content.Properties[DesignTimeArgument.ArgumentDefaultValueProperty]; 677variable.Content.Properties[DesignTimeArgument.AnnotationTextProperty].SetValue(annotationText); 704dialog.AnnotationText = variable.Content.Properties[DesignTimeArgument.AnnotationTextProperty].ComputedValue as string; 717variable.Content.Properties[DesignTimeArgument.AnnotationTextProperty].SetValue(annotationText); 737variable.Content.Properties[DesignTimeArgument.AnnotationTextProperty].ClearValue();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (6)
309this.Context.Items.SetValue(new Selection(variable.Content)); 542return variable.Content.Properties[DesignTimeVariable.VariableDefaultProperty]; 687variable.Content.Properties[DesignTimeVariable.AnnotationTextProperty].SetValue(annotationText); 714dialog.AnnotationText = variable.Content.Properties[DesignTimeVariable.AnnotationTextProperty].ComputedValue as string; 727variable.Content.Properties[DesignTimeVariable.AnnotationTextProperty].SetValue(annotationText); 747variable.Content.Properties[DesignTimeVariable.AnnotationTextProperty].ClearValue();