4 references to TypeProperty
System.Data (4)
cdf\src\NetFx40\Tools\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); }