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