2 references to ConcreteTypeProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (2)
117get { return (Type)GetValue(ConcreteTypeProperty); } 118private set { SetValue(ConcreteTypeProperty, value); }