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)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
92[System.ComponentModel.SettingsBindableAttribute(true)]
System.Diagnostics.EventLog (3)
artifacts\obj\System.Diagnostics.EventLog\Debug\net10.0\System.Diagnostics.EventLog.notsupported.cs (3)
39[System.ComponentModel.SettingsBindableAttribute(true)] 45[System.ComponentModel.SettingsBindableAttribute(true)] 56[System.ComponentModel.SettingsBindableAttribute(true)]
System.Windows.Forms (7)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
659SettingsBindable(true)]
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
144SettingsBindable(true)]
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
145SettingsBindable(true)]
System\Windows\Forms\Controls\Labels\Label.cs (1)
721[Editor($"System.ComponentModel.Design.MultilineStringEditor, {AssemblyRef.SystemDesign}", typeof(UITypeEditor)), SettingsBindable(true)]
System\Windows\Forms\Form.cs (2)
1150[SettingsBindable(true)] 1946[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\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;