4 references to NameProperty
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (4)
125if ((this.NameProperty != null) && (this.NameProperty.Value != null)) 127name = (string)this.NameProperty.Value.GetCurrentValue(); 133this.NameProperty.SetValue(value);