5 references to NameProperty
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (5)
114if ((this.NameProperty != null) && (this.NameProperty.Value != null)) 116name = (string)this.NameProperty.Value.GetCurrentValue(); 122if (this.NameProperty != null) 124this.NameProperty.SetValue(value);