5 references to NameProperty
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (5)
283if ((this.NameProperty != null) && (this.NameProperty.Value != null)) 285name = (string)this.NameProperty.Value.GetCurrentValue(); 291if (null != this.NameProperty) 293this.NameProperty.SetValue(value);