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