2 references to CurrentVariableScopePropertyKey
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
43
public static readonly DependencyProperty CurrentVariableScopeProperty =
CurrentVariableScopePropertyKey
.DependencyProperty;
104
private set { SetValue(
CurrentVariableScopePropertyKey
, value); }