14 references to 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)]