14 instantiations of SettingsBindableAttribute
System.ComponentModel.TypeConverter (2)
System\ComponentModel\SettingsBindableAttribute.cs (2)
18
public static readonly SettingsBindableAttribute Yes = new
SettingsBindableAttribute
(true);
23
public static readonly SettingsBindableAttribute No = new
SettingsBindableAttribute
(false);
System.Data.Common (1)
System\Data\Common\DbConnection.cs (1)
22
[
SettingsBindableAttribute
(true)]
System.Data.OleDb (1)
OleDbConnection.cs (1)
46
SettingsBindable
(true),
System.Diagnostics.EventLog (3)
System\Diagnostics\EventLog.cs (3)
77
[
SettingsBindable
(true)]
105
[
SettingsBindable
(true)]
185
[
SettingsBindable
(true)]
System.Windows.Forms (7)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
717
SettingsBindable
(true)]
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
165
SettingsBindable
(true)]
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
150
SettingsBindable
(true)]
System\Windows\Forms\Controls\Labels\Label.cs (1)
719
[Editor($"System.ComponentModel.Design.MultilineStringEditor, {Assemblies.SystemDesign}", typeof(UITypeEditor)),
SettingsBindable
(true)]
System\Windows\Forms\Form.cs (2)
1143
[
SettingsBindable
(true)]
2023
[
SettingsBindable
(true)]
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
631
SettingsBindable
(true)]
5 references to SettingsBindableAttribute
netstandard (1)
netstandard.cs (1)
410
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
SettingsBindableAttribute
))]
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
396
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
SettingsBindableAttribute
))]
System.ComponentModel.TypeConverter (3)
System\ComponentModel\SettingsBindableAttribute.cs (3)
18
public static readonly
SettingsBindableAttribute
Yes = new SettingsBindableAttribute(true);
23
public static readonly
SettingsBindableAttribute
No = new SettingsBindableAttribute(false);
42
return obj is
SettingsBindableAttribute
other && other.Bindable == Bindable;