2 references to SelectedTypeProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (2)
93get { return (Type)GetValue(SelectedTypeProperty); } 94set { SetValue(SelectedTypeProperty, value); }