3 references to Value
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (3)
263
ContentPropertyAttribute contentAttribute = TypeDescriptor.GetAttributes(this.instance.
Value
)[typeof(ContentPropertyAttribute)] as ContentPropertyAttribute;
387
RuntimeNamePropertyAttribute runtimeNamePropertyAttribute = TypeDescriptor.GetAttributes(this.instance.
Value
)[typeof(RuntimeNamePropertyAttribute)] as RuntimeNamePropertyAttribute;
556
return this.instance.
Value
;