2 references to ContextProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowElementDialog.cs (2)
62get { return (EditingContext)GetValue(ContextProperty); } 63set { SetValue(ContextProperty, value); }