2 writes to variableToSelect
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
151
this.
variableToSelect
= null != variable ? variable.ReflectedObject : null;
430
this.
variableToSelect
= null;
2 references to variableToSelect
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
427
if (null != this.
variableToSelect
&& this.
variableToSelect
== variable)