1 write to Editor
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
775
this.
Editor
= editor;
11 references to Editor
System.Data (11)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (11)
959
using (ModelEditingScope scope = this.ReflectedObject.BeginEdit((string)this.
Editor
.FindResource("changeArgumentNameDescription")))
963
this.
Editor
.UpdateArgumentName(this, name, (string)this.ReflectedObject.Properties[ArgumentNameProperty].ComputedValue);
981
using (ModelEditingScope scope = this.ReflectedObject.BeginEdit((string)this.
Editor
.FindResource("changeArgumentTypeDescription")))
1013
using (ModelEditingScope scope = this.ReflectedObject.BeginEdit((string)this.
Editor
.FindResource("changeArgumentDirectionDescription")))
1101
value = this.
Editor
.ArgumentToExpressionConverter.ConvertBack(value, typeof(Argument), direction, CultureInfo.CurrentCulture);
1120
result = this.
Editor
.ArgumentToExpressionConverter.Convert(value, typeof(object), null, CultureInfo.CurrentCulture);
1161
using (ModelEditingScope scope = this.ReflectedObject.BeginEdit((string)this.
Editor
.FindResource("changeArgumentIsRequiredDescription")))
1171
using (ModelEditingScope scope = this.ReflectedObject.BeginEdit((string)this.
Editor
.FindResource("changeArgumentIsRequiredDescription")))
1473
Editor
.ValidateArgumentName(this.identifierName, newValue, oldValue);
1494
if ((!this.argumentExpressionChanged) && (this.
Editor
!= null))
1497
this.
Editor
.UpdateTypeDesigner(this);