Base:
property
Properties
System.Activities.Presentation.Model.ModelItem.Properties
4 references to Properties
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (4)
90return this.Properties["ItemsCollection"].Collection; 266this.contentProperty = this.Properties.Find(contentAttribute.Name); 390this.nameProperty = this.Properties.Find(runtimeNamePropertyAttribute.Name); 394this.nameProperty = this.Properties.FirstOrDefault<ModelProperty>(p => (0 == string.Compare(p.Name, "Name", StringComparison.OrdinalIgnoreCase)));