17 instantiations of AmbientValueAttribute
System.Windows.Forms (17)
winforms\Managed\System\WinForms\ContainerControl.cs (1)
183AmbientValue(AutoValidate.Inherit),
winforms\Managed\System\WinForms\Control.cs (4)
2036AmbientValue(null) 2492AmbientValue(null), 3300[AmbientValue(typeof(Size), "0, 0")] 3738AmbientValue(RightToLeft.Inherit),
winforms\Managed\System\WinForms\Control.Ime.cs (1)
239AmbientValue( ImeMode.Inherit ),
winforms\Managed\System\WinForms\DataGrid.cs (1)
797AmbientValue(null),
winforms\Managed\System\WinForms\DataGridTable.cs (1)
652AmbientValue(null),
winforms\Managed\System\WinForms\DataGridView.cs (3)
1914AmbientValue(null) 2493AmbientValue(null) 4202AmbientValue(null)
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
268AmbientValue(null),
winforms\Managed\System\WinForms\Form.cs (1)
1297AmbientValue(null),
winforms\Managed\System\WinForms\MainMenu.cs (1)
85AmbientValue(RightToLeft.Inherit),
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (1)
230AmbientValue(RightToLeft.Inherit),
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1335AmbientValue(ToolStripLayoutStyle.StackWithOverflow)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
884AmbientValue(RightToLeft.Inherit),
23 references to AmbientValueAttribute
System (17)
compmod\system\componentmodel\AmbientValueAttribute.cs (13)
30/// <para>Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class, converting the 49/// <para>Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using a Unicode 56/// <para>Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using an 8-bit unsigned 63/// <para>Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using a 16-bit signed 70/// <para>Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using a 32-bit signed 77/// <para>Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using a 64-bit signed 84/// <para>Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using a 92/// <para>Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using a 100/// <para>Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using a <see cref='System.Boolean'/> 107/// <para>Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> class using a <see cref='System.String'/>.</para> 114/// <para>Initializes a new instance of the <see cref='System.ComponentModel.AmbientValueAttribute'/> 139AmbientValueAttribute other = obj as AmbientValueAttribute;
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (4)
194AmbientValueAttribute ava = a as AmbientValueAttribute; 246Attribute a = Attributes[typeof(AmbientValueAttribute)]; 248ambientValue = ((AmbientValueAttribute)a).Value;
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (3)
853AmbientValueAttribute ava = (AmbientValueAttribute)Attributes[typeof(AmbientValueAttribute)];
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (3)
853AmbientValueAttribute ava = (AmbientValueAttribute)Attributes[typeof(AmbientValueAttribute)];