12 references to VariableDesigner
System.Data (12)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\NotifyArgumentVariableAnnotationTextChanged.cs (1)
18
public
VariableDesigner
VariableDesigner { get; set; }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (11)
34
typeof(
VariableDesigner
),
35
new FrameworkPropertyMetadata(null, new PropertyChangedCallback(
VariableDesigner
.OnContextChanged)));
40
typeof(
VariableDesigner
),
49
typeof(
VariableDesigner
));
206
return this.variableWrapperCollection.GetUniqueName<DesignTimeVariable>(
VariableDesigner
.DefaultVariableName, wrapper => wrapper.GetVariableName().IdentifierName);
463
this.RaiseEvent(new RoutedEventArgs(
VariableDesigner
.VariableCollectionChangedEvent, this));
547
((
VariableDesigner
)sender).OnContextChanged();
552
VariableDesigner
control = (
VariableDesigner
)sender;
995
internal
VariableDesigner
Editor
1116
internal DesignTimeVariable(ModelItem modelItem,
VariableDesigner
editor)