17 references to AmbientValueAttribute
netstandard (1)
netstandard.cs (1)
175[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AmbientValueAttribute))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
161[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AmbientValueAttribute))]
System.ComponentModel.TypeConverter (15)
System\ComponentModel\AmbientValueAttribute.cs (12)
23/// Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class, converting the 51/// Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using a Unicode 60/// Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using an 8-bit unsigned 69/// Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using a 16-bit signed 78/// Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using a 32-bit signed 87/// Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using a 64-bit signed 96/// Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using a 105/// Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using a 114/// Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using a <see cref='bool'/> 123/// Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using a <see cref='string'/>. 131/// Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> 160if (obj is AmbientValueAttribute other)
System\ComponentModel\ReflectPropertyDescriptor.cs (3)
209else if (a is AmbientValueAttribute ava) 228Attribute? a = Attributes[typeof(AmbientValueAttribute)]; 231_ambientValue = ((AmbientValueAttribute)a).Value;