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