17 instantiations of AmbientValueAttribute
System.Windows.Forms (17)
System\Windows\Forms\Control.cs (4)
1456[AmbientValue(null)] 1800[AmbientValue(null)] 2465[AmbientValue(typeof(Size), "0, 0")] 2848[AmbientValue(RightToLeft.Inherit)]
System\Windows\Forms\Control.Ime.cs (1)
133[AmbientValue(ImeMode.Inherit)]
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
1506[AmbientValue(null)] 1960[AmbientValue(null)] 3292[AmbientValue(null)]
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
202[AmbientValue(null)]
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1173[AmbientValue(ToolStripLayoutStyle.StackWithOverflow)]
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
693[AmbientValue(RightToLeft.Inherit)]
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGrid.cs (1)
103[AmbientValue(null)]
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridTableStyle.cs (1)
139[AmbientValue(null)]
System\Windows\Forms\Controls\Unsupported\MainMenu\MainMenu.cs (1)
36[AmbientValue(RightToLeft.Inherit)]
System\Windows\Forms\Form.cs (1)
999[AmbientValue(null)]
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
203[AmbientValue(AutoValidate.Inherit)]
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
253[AmbientValue(RightToLeft.Inherit)]
18 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)
24/// Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class, converting the 53/// Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using a Unicode 62/// Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using an 8-bit unsigned 71/// Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using a 16-bit signed 80/// Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using a 32-bit signed 89/// Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using a 64-bit signed 98/// Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using a 107/// Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using a 116/// Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using a <see cref='bool'/> 125/// Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using a <see cref='string'/>. 133/// Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> 162if (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;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\PropertyMemberCodeDomSerializer.cs (1)
34if (property.TryGetAttribute(out AmbientValueAttribute? attr))