1 write to checkBoxEnableNetworkSupport
WsatUI (1)
MMCUI\WSATControl.designer.cs (1)
57
this.
checkBoxEnableNetworkSupport
= new System.Windows.Forms.CheckBox();
14 references to checkBoxEnableNetworkSupport
WsatUI (14)
MMCUI\WSATControl.cs (9)
97
this.
checkBoxEnableNetworkSupport
.Checked = false;
98
this.
checkBoxEnableNetworkSupport
.Enabled = false;
105
this.
checkBoxEnableNetworkSupport
.Enabled = true;
106
this.
checkBoxEnableNetworkSupport
.Checked = this.oldNetworkSupportEnabledValue;
191
this.oldNetworkSupportEnabledValue = this.
checkBoxEnableNetworkSupport
.Checked;
217
this.
checkBoxEnableNetworkSupport
.Checked = this.config.TransactionBridgeEnabled || this.config.TransactionBridge30Enabled;
230
this.config.TransactionBridgeEnabled = this.
checkBoxEnableNetworkSupport
.Checked;
278
if (
checkBoxEnableNetworkSupport
.Enabled)
289
groupBoxNetwork.Enabled = groupBoxTracing.Enabled = groupBoxTimeouts.Enabled =
checkBoxEnableNetworkSupport
.Checked;
MMCUI\WSATControl.designer.cs (5)
210
resources.ApplyResources(this.
checkBoxEnableNetworkSupport
, "checkBoxEnableNetworkSupport");
211
this.
checkBoxEnableNetworkSupport
.Name = "checkBoxEnableNetworkSupport";
212
this.
checkBoxEnableNetworkSupport
.UseVisualStyleBackColor = true;
213
this.
checkBoxEnableNetworkSupport
.CheckedChanged += new System.EventHandler(this.checkBoxEnableNetworkSupport_CheckedChanged);
220
this.Controls.Add(this.
checkBoxEnableNetworkSupport
);