2 references to TypeProperty
System.Activities.Core.Presentation (2)
System\Activities\Presentation\TypeCollectionDesigner.xaml.cs (2)
185get { return (Type)GetValue(TypeProperty); } 186set { SetValue(TypeProperty, value); }