7 references to Value
System.ComponentModel.TypeConverter (6)
System\ComponentModel\AmbientValueAttribute.cs (4)
164return Value != null ? Value.Equals(other.Value) : other.Value == null;
System\ComponentModel\ReflectPropertyDescriptor.cs (2)
211_ambientValue = ava.Value; 231_ambientValue = ((AmbientValueAttribute)a).Value;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\PropertyMemberCodeDomSerializer.cs (1)
36return attr.Value;