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