4 references to TypeProperty
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (4)
171textToType.Path = new PropertyPath(TypeProperty); 173this.lastSelection = (Type)TypeProperty.DefaultMetadata.DefaultValue; 381get { return (Type)GetValue(TypeProperty); } 382set { SetValue(TypeProperty, value); }