6 instantiations of ComplexBindingPropertiesAttribute
System.ComponentModel.TypeConverter (1)
System\ComponentModel\ComplexBindingPropertiesAttribute.cs (1)
54
public static readonly ComplexBindingPropertiesAttribute Default = new
ComplexBindingPropertiesAttribute
();
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
13
[
ComplexBindingProperties
(nameof(DataSource), nameof(DataMember))]
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGrid.cs (1)
28
[
ComplexBindingProperties
(nameof(DataSource), nameof(DataMember))]
System\Windows\Forms\DataBinding\BindingSource.cs (1)
14
[
ComplexBindingProperties
(nameof(DataSource), nameof(DataMember))]
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (1)
21
[
ComplexBindingProperties
(nameof(DataSource), nameof(DataMember))]
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewDesigner.DataGridViewChooseDataSourceActionList.cs (1)
12
[
ComplexBindingProperties
("DataSource", "DataMember")]
8 references to ComplexBindingPropertiesAttribute
netstandard (1)
netstandard.cs (1)
200
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
ComplexBindingPropertiesAttribute
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
186
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
ComplexBindingPropertiesAttribute
))]
System.ComponentModel.TypeConverter (6)
System\ComponentModel\ComplexBindingPropertiesAttribute.cs (6)
15
/// Initializes a new instance of the <see cref='System.ComponentModel.
ComplexBindingPropertiesAttribute
'/> class.
22
/// Initializes a new instance of the <see cref='System.ComponentModel.
ComplexBindingPropertiesAttribute
'/> class.
30
/// Initializes a new instance of the <see cref='System.ComponentModel.
ComplexBindingPropertiesAttribute
'/> class.
51
/// Specifies the default value for the <see cref='System.ComponentModel.
ComplexBindingPropertiesAttribute
'/>, which is <see langword='null'/>. This
54
public static readonly
ComplexBindingPropertiesAttribute
Default = new ComplexBindingPropertiesAttribute();
58
return obj is
ComplexBindingPropertiesAttribute
other &&