30 references to SettingsBindable
System (15)
compmod\system\componentmodel\SettingsBindableAttribute.cs (2)
23public static readonly SettingsBindableAttribute Yes = new SettingsBindableAttribute(true); 28public static readonly SettingsBindableAttribute No = new SettingsBindableAttribute(false);
services\io\system\io\FileSystemWatcher.cs (2)
213SettingsBindable(true), 291SettingsBindable(true)
services\monitoring\system\diagnosticts\EventLog.cs (3)
155[SettingsBindable(true)] 186[SettingsBindable(true)] 297[SettingsBindable(true)]
services\monitoring\system\diagnosticts\PerformanceCounter.cs (4)
147SettingsBindable(true) 196SettingsBindable(true) 266SettingsBindable(true) 317SettingsBindable(true)
services\monitoring\system\diagnosticts\ProcessStartInfo.cs (3)
131SettingsBindable(true), 377SettingsBindable(true), 399SettingsBindable(true),
services\timers\system\timers\Timer.cs (1)
155[Category("Behavior"), TimersDescription(SR.TimerInterval), DefaultValue(100d), SettingsBindable(true)]
System.Data (4)
fx\src\data\System\Data\Common\DBConnection.cs (1)
30SettingsBindableAttribute(true),
fx\src\data\System\Data\Odbc\OdbcConnection.cs (1)
62SettingsBindableAttribute(true),
fx\src\data\System\Data\OleDb\OleDbConnection.cs (1)
52SettingsBindableAttribute(true),
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
575SettingsBindableAttribute(true),
System.Messaging (1)
System\Messaging\MessageQueue.cs (1)
1063SettingsBindable(true),
System.Web.Services (3)
System\Web\Services\Protocols\ClientProtocol.cs (3)
172[DefaultValue(""), SettingsBindable(true), WebServicesDescription(Res.ClientProtocolUrl)] 197[DefaultValue(null), SettingsBindable(true), WebServicesDescription(Res.ClientProtocolEncoding)] 209[DefaultValue(100000), SettingsBindable(true), WebServicesDescription(Res.ClientProtocolTimeout)]
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ButtonBase.cs (1)
635SettingsBindable(true)
winforms\Managed\System\WinForms\CheckBox.cs (1)
220SettingsBindable(true),
winforms\Managed\System\WinForms\Form.cs (2)
1515[SettingsBindable(true)] 2525[SettingsBindable(true)]
winforms\Managed\System\WinForms\Label.cs (1)
912SettingsBindable(true)
winforms\Managed\System\WinForms\RadioButton.cs (1)
211SettingsBindable(true),
winforms\Managed\System\WinForms\SplitContainer.cs (1)
779SettingsBindable(true),