2 references to ContextProperty
System.Activities.Core.Presentation (2)
System\Activities\Presentation\TypeCollectionDesigner.xaml.cs (2)
70
get { return (EditingContext)GetValue(
ContextProperty
); }
71
set { SetValue(
ContextProperty
, value); }