6 references to Value
System.ComponentModel.TypeConverter (6)
System\ComponentModel\AmbientValueAttribute.cs (4)
162return Value != null ? Value.Equals(other.Value) : other.Value == null;
System\ComponentModel\ReflectPropertyDescriptor.cs (2)
211_ambientValue = ava.Value; 231_ambientValue = ((AmbientValueAttribute)a).Value;