4 references to NameProperty
System.Data (4)
cdf\src\NetFx40\Tools\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);