137 writes to Enabled
System.Web.Entity.Design (18)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.cs (6)
127
_namedConnectionComboBox.
Enabled
= false;
128
_connectionStringTextBox.
Enabled
= true;
169
_namedConnectionComboBox.
Enabled
= true;
170
_connectionStringTextBox.
Enabled
= false;
336
_namedConnectionComboBox.
Enabled
= isNamedConnection;
338
_connectionStringTextBox.
Enabled
= !isNamedConnection;
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (1)
107
this._connectionStringTextBox.
Enabled
= false;
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.cs (1)
266
_insertUpdateDeletePanel.
Enabled
= enablePanel;
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (2)
62
_statementPanel.
Enabled
= !isAutoGen;
344
_statementPanel.
Enabled
= !_autoGenerateCheckBox.Checked;
System\Data\WebControls\Design\EntityDataSourceWizardForm.cs (2)
86
FinishButton.
Enabled
= enabled;
95
NextButton.
Enabled
= enabled;
System\Data\WebControls\Design\Util\WizardForm.cs (6)
134
this._previousButton.
Enabled
= false;
173
this._finishButton.
Enabled
= false;
377
PreviousButton.
Enabled
= false;
382
PreviousButton.
Enabled
= true;
388
NextButton.
Enabled
= false;
392
NextButton.
Enabled
= true;
System.Web.Mobile (48)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (4)
504
_tbArgument.
Enabled
= true;
509
_tbArgument.
Enabled
= false;
512
_btnApplyFilter.
Enabled
=
514
_cbAvailableFilters.
Enabled
= (_designer.UnderlyingObject != null);
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (6)
324
_rbCompare.
Enabled
= filterIsSelected;
325
_rbDelegate.
Enabled
= filterIsSelected;
326
_cbCompare.
Enabled
= filterIsSelected;
327
_txtArgument.
Enabled
= filterIsSelected;
328
_txtMethod.
Enabled
= filterIsSelected;
329
_txtType.
Enabled
= filterIsSelected;
UI\MobileControls\Design\ListItemsPage.cs (6)
302
TreeList.TvList.
Enabled
= _txtValue.
Enabled
= false;
307
TreeList.TvList.
Enabled
= _txtValue.
Enabled
= true;
315
_ckbSelected.
Enabled
= false;
320
_ckbSelected.
Enabled
= true;
UI\MobileControls\Design\ObjectListCommandsPage.cs (2)
258
TreeList.TvList.
Enabled
=
259
_txtText.
Enabled
= (TreeList.TvList.SelectedNode != null);
UI\MobileControls\Design\ObjectListFieldsPage.cs (5)
325
TreeList.TvList.
Enabled
=
326
_cmbDataField.
Enabled
=
327
_txtDataFormatString.
Enabled
=
328
_txtTitle.
Enabled
=
329
_ckbVisible.
Enabled
= (TreeList.TvList.SelectedNode != null);
UI\MobileControls\Design\PropertyOverridesDialog.cs (3)
321
_cbChoices.
Enabled
= isChoiceSelected;
322
_pgProperties.
Enabled
= isChoiceSelected;
323
_btnEditFilters.
Enabled
= (_currentDeviceSpecificID != null);
UI\MobileControls\Design\StylesEditorDialog.cs (10)
126
_tvDefinedStyles.
Enabled
= true;
466
_btnUp.
Enabled
= false;
467
_btnDown.
Enabled
= false;
471
_btnUp.
Enabled
= (SelectedStyle.Index > 0);
472
_btnDown.
Enabled
= (SelectedStyle.Index < _tvDefinedStyles.Nodes.Count - 1);
475
_btnRemove.
Enabled
= (SelectedStyle != null);
480
_propertyBrowser.
Enabled
=
481
_tvDefinedStyles.
Enabled
= (SelectedStyle != null);
771
_tvDefinedStyles.
Enabled
= true;
772
_propertyBrowser.
Enabled
= true;
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
882
_mergedUI.CbStyles.
Enabled
= (_mergedUI.CbStyles.Items.Count > 0);
UI\MobileControls\Design\TemplatingOptionsDialog.cs (6)
129
_cmbChoices.
Enabled
= false;
395
_btnEditChoices.
Enabled
= (_dsd.UnderlyingObject != null);
396
_cmbChoices.
Enabled
= (_cmbChoices.Items.Count > 0);
397
_cmbSchemas.
Enabled
= (_cmbChoices.Items.Count > 1) &&
471
_cmbSchemas.
Enabled
= false;
476
_cmbSchemas.
Enabled
= true;
UI\MobileControls\Design\Util\EditableTreeList.cs (5)
343
BtnRemove.
Enabled
= anItemIsSelected;
346
BtnUp.
Enabled
= (selectedIndex > 0);
347
BtnDown.
Enabled
= (selectedIndex < TvList.Nodes.Count - 1);
351
BtnUp.
Enabled
= false;
352
BtnDown.
Enabled
= false;
System.Windows.Forms (22)
winforms\Managed\System\WinForms\AxHost.cs (2)
494
base.
Enabled
= value;
6210
GetP().
Enabled
= value;
winforms\Managed\System\WinForms\Control.cs (1)
10885
Enabled
= true;
winforms\Managed\System\WinForms\DataGrid.cs (2)
6824
horizScrollBar.
Enabled
= this.Enabled;
6848
vertScrollBar.
Enabled
= this.Enabled;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (6)
10494
this.horizScrollBar.
Enabled
= this.Enabled;
10508
this.horizScrollBar.
Enabled
= false;
10541
this.vertScrollBar.
Enabled
= this.Enabled;
10552
this.vertScrollBar.
Enabled
= false;
15500
this.vertScrollBar.
Enabled
= true;
15504
this.horizScrollBar.
Enabled
= true;
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (6)
125
applyButton.
Enabled
= false;
300
helpButton.
Enabled
= false;
307
applyButton.
Enabled
= false;
361
helpButton.
Enabled
= pageSites[activePage].GetPageControl().SupportsHelp();
434
helpButton.
Enabled
= pageSites[activePage].GetPageControl().SupportsHelp();
457
applyButton.
Enabled
= true;
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
312
button1.
Enabled
= false;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
690
base.
Enabled
= value;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6071
Enabled
= currentControl != null;
winforms\Managed\System\WinForms\TabPage.cs (1)
293
base.
Enabled
= value;
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
238
Control.
Enabled
= value;
System.Workflow.Activities (15)
Rules\Design\Dialogs\BasicBrowserDialog.cs (1)
252
this.okButton.
Enabled
= e.IsSelected;
Rules\Design\Dialogs\RuleSetDialog.cs (14)
147
this.nameTextBox.
Enabled
= true;
148
this.activeCheckBox.
Enabled
= true;
149
this.reevaluationComboBox.
Enabled
= true;
150
this.priorityTextBox.
Enabled
= true;
151
this.conditionTextBox.
Enabled
= true;
152
this.thenTextBox.
Enabled
= true;
153
this.elseTextBox.
Enabled
= true;
208
this.nameTextBox.
Enabled
= false;
209
this.activeCheckBox.
Enabled
= false;
210
this.reevaluationComboBox.
Enabled
= false;
211
this.priorityTextBox.
Enabled
= false;
212
this.conditionTextBox.
Enabled
= false;
213
this.thenTextBox.
Enabled
= false;
214
this.elseTextBox.
Enabled
= false;
System.Workflow.ComponentModel (8)
AuthoringOM\Design\DesignerWidgets.cs (1)
1411
Enabled
= false;
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (5)
87
this.buttonBrowse.
Enabled
= true;
668
this.genericParametersPropertyGrid.
Enabled
= baseType.IsGenericTypeDefinition;
689
this.genericParametersPropertyGrid.
Enabled
= false;
1023
this.buttonOK.
Enabled
= true;
1028
this.buttonOK.
Enabled
= false;
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (2)
1091
this.customHeaderText.
Enabled
= this.headerCustom;
1098
this.customFooterText.
Enabled
= this.footerCustom;
System.WorkflowServices (6)
System\Workflow\Activities\Design\OperationPickerDialog.cs (2)
347
this.okButton.
Enabled
= true;
351
this.okButton.
Enabled
= false;
System\Workflow\Activities\Design\ServiceContractDetailViewControl.cs (1)
27
contractNameTextBox.
Enabled
= true;
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (3)
602
this.oneWayCheckBox.
Enabled
= editable;
603
this.operationNameTextBox.
Enabled
= true;
606
this.protectionLevelComboBox.
Enabled
= editable;
WsatUI (20)
MMCUI\TraceOptionsForm.cs (13)
45
buttonNewSession.
Enabled
= !isSessionExist && !isRegError;
46
buttonStopSession.
Enabled
= isSessionExist && !isRegError;
47
buttonFlushData.
Enabled
= isSessionExist && !isRegError;
48
textLogFileSize.
Enabled
= !isSessionExist && !isRegError;
53
groupBoxLoggingSession.
Enabled
= false;
146
buttonNewSession.
Enabled
= false;
147
buttonStopSession.
Enabled
= true;
148
buttonFlushData.
Enabled
= true;
149
textLogFileSize.
Enabled
= false;
163
buttonNewSession.
Enabled
= true;
164
buttonStopSession.
Enabled
= false;
165
buttonFlushData.
Enabled
= false;
166
textLogFileSize.
Enabled
= true;
MMCUI\WSATControl.cs (7)
98
this.checkBoxEnableNetworkSupport.
Enabled
= false;
105
this.checkBoxEnableNetworkSupport.
Enabled
= true;
182
this.
Enabled
= false;
289
groupBoxNetwork.
Enabled
= groupBoxTracing.
Enabled
= groupBoxTimeouts.
Enabled
= checkBoxEnableNetworkSupport.Checked;
423
this.
Enabled
= false;
163 references to Enabled
System.Windows.Forms (158)
winforms\Managed\System\WinForms\Application.cs (1)
3420
bool modalEnabled = currentForm != null && currentForm.
Enabled
;
winforms\Managed\System\WinForms\AxHost.cs (2)
490
return base.
Enabled
;
6205
return GetP().
Enabled
;
winforms\Managed\System\WinForms\ButtonBase.cs (6)
722
Animate(!DesignMode && Visible &&
Enabled
&& ParentInternal != null);
821
Debug.Assert(
Enabled
, "ButtonBase.OnMouseEnter should not be called if the button is disabled");
872
Debug.Assert(
Enabled
, "ButtonBase.OnMouseMove should not be called if the button is disabled");
901
Debug.Assert(
Enabled
, "ButtonBase.OnMouseDown should not be called if the button is disabled");
1043
if (!
Enabled
) {
1071
Debug.Assert(
Enabled
, "ButtonBase.OnKeyDown should not be called if the button is disabled");
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (8)
87
(Control.Focused || Control.MouseIsOver || (Control.IsDefault && Control.
Enabled
));
174
bool disabledHighContrast = (!Control.
Enabled
) && SystemInformation.HighContrast && AccessibilityImprovements.Level1;
338
bool disabledHighContrast = (!Control.
Enabled
) && SystemInformation.HighContrast && AccessibilityImprovements.Level1;
582
if (!Control.
Enabled
)
630
if (disabledText3D && !Control.
Enabled
&&
660
if (disabledText3D && !Control.
Enabled
&& (!AccessibilityImprovements.Level1 || (!colors.options.highContrast && AccessibilityImprovements.Level1))) {
1553
layout.shadowedText = !Control.
Enabled
;
1581
colors.enabled = Control.
Enabled
;
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (1)
40
else if (!Control.
Enabled
) {
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxBaseAdapter.cs (4)
122
DrawCheckBackground(Control.
Enabled
, Control.CheckState, e.Graphics, bounds, checkColor, checkBackground, disabledColors, colors);
127
DrawCheckOnly(flatCheckSize, Control.Checked, Control.
Enabled
, Control.CheckState, e.Graphics, layout, colors, checkColor, checkBackground);
204
if (!Control.
Enabled
) {
291
layout.shadowedText = !Control.
Enabled
;
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxFlatAdapter.cs (3)
27
if (Control.
Enabled
) {
42
if (Control.
Enabled
) {
57
if (Control.
Enabled
) {
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxPopupAdapter.cs (1)
40
(colors.options.highContrast && !Control.
Enabled
&& AccessibilityImprovements.Level1) ? colors.windowFrame : colors.buttonShadow);
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonBaseAdapter.cs (4)
38
if (!Control.
Enabled
&& disabledColors) {
65
if (!Control.
Enabled
) {
137
if (!Control.
Enabled
&& disabledColors) {
165
if (!Control.
Enabled
) {
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonFlatAdapter.cs (3)
30
if (Control.
Enabled
) {
46
if (Control.
Enabled
) {
62
if (Control.
Enabled
) {
winforms\Managed\System\WinForms\CheckedListBox.cs (3)
737
if (!
Enabled
) {
745
if (
Enabled
)
856
if (!
Enabled
) {
winforms\Managed\System\WinForms\ComboBox.cs (11)
4698
return _owningComboBox.
Enabled
;
5116
return _owner.
Enabled
;
5279
return _owningComboBox.
Enabled
;
5504
return _owner.
Enabled
;
5666
return _owner.
Enabled
;
6030
if ((!comboBox.
Enabled
) ||(comboBox.FlatStyle == FlatStyle.Popup)) {
6036
Pen innerPen = (comboBox.
Enabled
) ? borderPen : SystemPens.Control;
6063
Brush brush = (comboBox.
Enabled
) ? SystemBrushes.ControlText : SystemBrushes.ControlDark;
6083
return (comboBox.
Enabled
) ? SystemColors.Window : SystemColors.ControlDark;
6087
if (!comboBox.
Enabled
) {
6094
return (comboBox.
Enabled
) ? comboBox.BackColor : SystemColors.Control;
winforms\Managed\System\WinForms\Control.cs (11)
1894
if (!
Enabled
) cp.Style |= NativeMethods.WS_DISABLED;
2436
return ParentInternal.
Enabled
;
2440
bool oldValue =
Enabled
;
5480
bool oldEnabled =
Enabled
;
5494
if (oldEnabled !=
Enabled
) {
5630
if( !this.
Enabled
|| !this.Visible) {
5649
if (!ctl.
Enabled
|| !ctl.Visible) {
8158
/// <para>Raises the <see cref='System.Windows.Forms.Control.
Enabled
'/> event.</para>
8170
SafeNativeMethods.EnableWindow(new HandleRef(this, Handle),
Enabled
);
10055
(validationConstraints & ValidationConstraints.Enabled) == ValidationConstraints.Enabled && !c.
Enabled
||
13389
if (
Enabled
) {
winforms\Managed\System\WinForms\DataGrid.cs (4)
3568
if (!
Enabled
)
3651
if (!
Enabled
)
6824
horizScrollBar.Enabled = this.
Enabled
;
6848
vertScrollBar.Enabled = this.
Enabled
;
winforms\Managed\System\WinForms\DataGridView.cs (2)
3401
if (this.horizScrollBar.
Enabled
)
5213
if (this.vertScrollBar.
Enabled
)
winforms\Managed\System\WinForms\DataGridViewAccessibleObject.cs (2)
290
return owner.
Enabled
;
575
return dataGridView.
Enabled
;
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (7)
814
this.DataGridView.
Enabled
).Calculate();
877
this.DataGridView.
Enabled
).Calculate();
895
this.DataGridView.
Enabled
).Calculate();
908
this.DataGridView.
Enabled
).Calculate();
954
this.DataGridView.
Enabled
).Calculate();
966
this.DataGridView.
Enabled
,
995
this.DataGridView.
Enabled
,
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
5537
return owner.DataGridView.
Enabled
;
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (12)
1479
this.DataGridView.
Enabled
,
1491
this.DataGridView.
Enabled
).Calculate();
1492
CheckBoxBaseAdapter.DrawCheckBackground(this.DataGridView.
Enabled
,
1503
this.DataGridView.
Enabled
,
1527
this.DataGridView.
Enabled
,
1538
this.DataGridView.
Enabled
).Calculate();
1539
CheckBoxBaseAdapter.DrawCheckBackground(this.DataGridView.
Enabled
,
1550
this.DataGridView.
Enabled
,
1571
this.DataGridView.
Enabled
,
1583
this.DataGridView.
Enabled
).Calculate();
1584
CheckBoxBaseAdapter.DrawCheckBackground(this.DataGridView.
Enabled
,
1595
this.DataGridView.
Enabled
,
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (1)
1597
return Owner.DataGridView.
Enabled
;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (12)
4503
if (this.vertScrollBar.
Enabled
)
8649
Debug.Assert(!this.vertScrollBar.
Enabled
||
10494
this.horizScrollBar.Enabled = this.
Enabled
;
10541
this.vertScrollBar.Enabled = this.
Enabled
;
14819
if (this.horizScrollBar.
Enabled
)
15492
if (this.IsHandleCreated && this.
Enabled
)
16908
if (!sb.Visible || !sb.
Enabled
)
17624
if (this.horizScrollBar.
Enabled
)
17645
if (this.horizScrollBar.
Enabled
)
26428
if (this.vertScrollBar.
Enabled
)
28395
if (!this.
Enabled
)
28448
if (!this.
Enabled
)
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
2411
return Owner.DataGridView.
Enabled
;
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
1505
return Owner.DataGridView.
Enabled
;
winforms\Managed\System\WinForms\DataGridViewTopLeftHeaderCell.cs (1)
714
return Owner.DataGridView.
Enabled
;
winforms\Managed\System\WinForms\DataGridViewTopRowAccessibleObject.cs (1)
289
return owner.
Enabled
;
winforms\Managed\System\WinForms\Form.cs (5)
474
if( mdiChild != null && mdiChild.Visible && mdiChild.
Enabled
){
4373
if( !GetStyle(ControlStyles.Selectable) || !this.
Enabled
|| !this.Visible) {
4715
if (!DesignMode &&
Enabled
&& Active) {
6080
else if (!
Enabled
) {
6141
else if (!
Enabled
) {
winforms\Managed\System\WinForms\GroupBox.cs (6)
521
GroupBoxState gbState =
Enabled
? GroupBoxState.Normal : GroupBoxState.Disabled;
535
if (ShouldSerializeForeColor() || this.
Enabled
== false) {
536
Color textcolor = this.
Enabled
? ForeColor : TextRenderer.DisabledTextColor(this.BackColor);
578
if (
Enabled
) {
604
if(
Enabled
) {
628
if (
Enabled
) {
winforms\Managed\System\WinForms\Label.cs (5)
1056
Animate(!DesignMode && Visible &&
Enabled
&& ParentInternal != null);
1195
if (!
Enabled
) {
1527
color = wg.GetNearestColor((
Enabled
) ? ForeColor : DisabledColor);
1547
if (
Enabled
) {
1560
if (
Enabled
) {
winforms\Managed\System\WinForms\LinkLabel.cs (8)
969
if (!
Enabled
) {
998
if (!
Enabled
|| e.Clicks > 1) {
1034
if (!
Enabled
|| e.Clicks > 1 || receivedDoubleClick) {
1064
if (!
Enabled
) {
1152
if (this.
Enabled
) { // Control.Enabled not to be confused with Link.Enabled
1345
if (!
Enabled
) {
2668
if (!Owner.
Enabled
) {
2846
if (!link.Owner.
Enabled
) {
winforms\Managed\System\WinForms\ListView.cs (1)
2756
if (!
Enabled
)
winforms\Managed\System\WinForms\PictureBox.cs (1)
1166
Animate(!DesignMode && Visible &&
Enabled
&& ParentInternal != null);
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
687
return base.
Enabled
;
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (1)
121
if (Visible &&
Enabled
) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
996
if (IsHandleCreated && Visible &&
Enabled
) {
6305
return _owningGridViewListBox.
Enabled
;
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
163
return base.ForceReadOnly || (GridEntryHost != null && !GridEntryHost.
Enabled
);
winforms\Managed\System\WinForms\ScrollBar.cs (2)
690
if (
Enabled
) {
791
if (IsHandleCreated &&
Enabled
) {
winforms\Managed\System\WinForms\SplitContainer.cs (4)
1133
Debug.Assert(
Enabled
, "SplitContainer.OnKeyDown should not be called if the button is disabled");
1302
if (!
Enabled
) {
1316
if (!
Enabled
) {
1347
if (!
Enabled
) {
winforms\Managed\System\WinForms\TabPage.cs (1)
290
return base.
Enabled
;
winforms\Managed\System\WinForms\ToolStripComboBox.cs (4)
671
return (comboBox.
Enabled
) ? SystemColors.Window : GetColorTable(comboBox as ToolStripComboBoxControl).ComboBoxBorder;
678
if (!comboBox.
Enabled
) {
691
if (!comboBox.
Enabled
|| !ToolStripManager.VisualStylesEnabled) {
725
if (comboBox.
Enabled
) {
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
235
return Control.
Enabled
;
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
942
parentEnabled = this.Owner.
Enabled
;
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
201
toolStrip.
Enabled
&&
winforms\Managed\System\WinForms\ToolStripScrollButton.cs (1)
160
if (parent != null && Label.
Enabled
) {
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
863
if (!
Enabled
) {
winforms\Managed\System\WinForms\UpDownBase.cs (7)
836
using (Pen pen = new Pen(BackColor,
Enabled
? 2 : 1))
840
if (!
Enabled
)
850
if (!
Enabled
&& BorderStyle != BorderStyle.None && !upDownEdit.ShouldSerializeBackColor()) {
1699
if (!
Enabled
) {
1708
if (!
Enabled
) {
1724
pushed == ButtonID.Up ? ButtonState.Pushed : (
Enabled
? ButtonState.Normal : ButtonState.Inactive));
1729
pushed == ButtonID.Down ? ButtonState.Pushed : (
Enabled
? ButtonState.Normal : ButtonState.Inactive));
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
1493
return base.
Enabled
;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
611
this.buttonOK.
Enabled
== true)
WsatUI (4)
MMCUI\WSATControl.cs (4)
114
if (changed &&
Enabled
)
135
if (changed &&
Enabled
)
278
if (checkBoxEnableNetworkSupport.
Enabled
)
421
if (this.
Enabled
)