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