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