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