2 references to RootDesignerProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
299get { return (UIElement)GetValue(RootDesignerProperty); } 300set { SetValue(RootDesignerProperty, value); }