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