30 references to SettingsBindable
System (15)
compmod\system\componentmodel\SettingsBindableAttribute.cs (2)
23
public static readonly SettingsBindableAttribute Yes = new
SettingsBindableAttribute
(true);
28
public static readonly SettingsBindableAttribute No = new
SettingsBindableAttribute
(false);
services\io\system\io\FileSystemWatcher.cs (2)
213
SettingsBindable
(true),
291
SettingsBindable
(true)
services\monitoring\system\diagnosticts\EventLog.cs (3)
155
[
SettingsBindable
(true)]
186
[
SettingsBindable
(true)]
297
[
SettingsBindable
(true)]
services\monitoring\system\diagnosticts\PerformanceCounter.cs (4)
147
SettingsBindable
(true)
196
SettingsBindable
(true)
266
SettingsBindable
(true)
317
SettingsBindable
(true)
services\monitoring\system\diagnosticts\ProcessStartInfo.cs (3)
131
SettingsBindable
(true),
377
SettingsBindable
(true),
399
SettingsBindable
(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)
30
SettingsBindableAttribute
(true),
fx\src\data\System\Data\Odbc\OdbcConnection.cs (1)
62
SettingsBindableAttribute
(true),
fx\src\data\System\Data\OleDb\OleDbConnection.cs (1)
52
SettingsBindableAttribute
(true),
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
575
SettingsBindableAttribute
(true),
System.Messaging (1)
System\Messaging\MessageQueue.cs (1)
1063
SettingsBindable
(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)
635
SettingsBindable
(true)
winforms\Managed\System\WinForms\CheckBox.cs (1)
220
SettingsBindable
(true),
winforms\Managed\System\WinForms\Form.cs (2)
1515
[
SettingsBindable
(true)]
2525
[
SettingsBindable
(true)]
winforms\Managed\System\WinForms\Label.cs (1)
912
SettingsBindable
(true)
winforms\Managed\System\WinForms\RadioButton.cs (1)
211
SettingsBindable
(true),
winforms\Managed\System\WinForms\SplitContainer.cs (1)
779
SettingsBindable
(true),