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