14 instantiations of SettingsBindableAttribute
System.ComponentModel.TypeConverter (2)
System\ComponentModel\SettingsBindableAttribute.cs (2)
18public static readonly SettingsBindableAttribute Yes = new SettingsBindableAttribute(true); 23public 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)
46SettingsBindable(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)
717SettingsBindable(true)]
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
165SettingsBindable(true)]
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
150SettingsBindable(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)
631SettingsBindable(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)
18public static readonly SettingsBindableAttribute Yes = new SettingsBindableAttribute(true); 23public static readonly SettingsBindableAttribute No = new SettingsBindableAttribute(false); 42return obj is SettingsBindableAttribute other && other.Bindable == Bindable;