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