1 write to Editor
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
1119
this.
Editor
= editor;
12 references to Editor
System.Data (12)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (12)
1133
using (ModelEditingScope change = this.ReflectedObject.BeginEdit((string)this.
Editor
.FindResource("changeVariableNameDescription")))
1137
this.
Editor
.NotifyVariableNameChanged(this.identifierName, name, (string)this.ReflectedObject.Properties[VariableNameProperty].ComputedValue);
1173
Editor
.NotifyVariableNameChanged(this.identifierName, newValue, oldValue);
1216
using (ModelEditingScope change = this.ReflectedObject.BeginEdit((string)this.
Editor
.FindResource("changeVariableTypeDescription")))
1247
Editor
.ChangeVariableType(this, variable);
1262
using (ModelEditingScope change = this.ReflectedObject.BeginEdit((string)this.
Editor
.FindResource("changeVariableScopeDescription")))
1268
ModelItem scope = (newScope as ModelItem) ??
Editor
.ScopesList.FirstOrDefault(p => object.Equals(p.GetCurrentValue(), newScope));
1271
Editor
.NotifyVariableScopeChanged(this);
1296
IMultiValueConverter converter = (IMultiValueConverter)(this.
Editor
.FindResource("scopeToNameConverter"));
1390
this.
Editor
.UpdateTypeDesigner(this);
1433
ModelItem scope = (newValue as ModelItem) ??
Editor
.ScopesList.FirstOrDefault(p => object.Equals(p.GetCurrentValue(), newValue));
1469
result = variable.
Editor
.ScopesList;