2 references to ContextProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (2)
47get { return (EditingContext)GetValue(ContextProperty); } 48set { SetValue(ContextProperty, value); }