2 references to ContextProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\DialogWindow.cs (2)
25get { return (EditingContext)GetValue(ContextProperty); } 26set { SetValue(ContextProperty, value); }