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