6 references to Value
System (4)
compmod\system\componentmodel\AmbientValueAttribute.cs (2)
143return value.Equals(other.Value); 146return (other.Value == null);
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (2)
196ambientValue = ava.Value; 248ambientValue = ((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;