2 references to ActivitySchemaPropertyKey
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
60
public static readonly DependencyProperty ActivitySchemaProperty =
ActivitySchemaPropertyKey
.DependencyProperty;
289
private set { SetValue(
ActivitySchemaPropertyKey
, value); }