6 references to Value
System (4)
compmod\system\componentmodel\AmbientValueAttribute.cs (2)
143
return value.Equals(other.
Value
);
146
return (other.
Value
== null);
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (2)
196
ambientValue = ava.
Value
;
248
ambientValue = ((AmbientValueAttribute)a).
Value
;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
856
_ambientValue = ava.
Value
;
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
856
_ambientValue = ava.
Value
;