3 instantiations of LookupBindingPropertiesAttribute
System.ComponentModel.TypeConverter (1)
System\ComponentModel\LookupBindingPropertiesAttribute.cs (1)
66
public static readonly LookupBindingPropertiesAttribute Default = new
LookupBindingPropertiesAttribute
();
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
15
[
LookupBindingProperties
]
System\Windows\Forms\Controls\ListControl\ListControl.cs (1)
11
[
LookupBindingProperties
(nameof(DataSource), nameof(DisplayMember), nameof(ValueMember), nameof(SelectedValue))]
7 references to LookupBindingPropertiesAttribute
netstandard (1)
netstandard.cs (1)
376
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
LookupBindingPropertiesAttribute
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
362
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
LookupBindingPropertiesAttribute
))]
System.ComponentModel.TypeConverter (5)
System\ComponentModel\LookupBindingPropertiesAttribute.cs (5)
16
/// the <see cref='System.ComponentModel.
LookupBindingPropertiesAttribute
'/> class.
28
/// the <see cref='System.ComponentModel.
LookupBindingPropertiesAttribute
'/> class.
63
/// Specifies the default value for the <see cref='System.ComponentModel.
LookupBindingPropertiesAttribute
'/>, which is <see langword='null'/>. This
66
public static readonly
LookupBindingPropertiesAttribute
Default = new LookupBindingPropertiesAttribute();
70
return obj is
LookupBindingPropertiesAttribute
other &&