22 writes to Enabled
System.Windows.Forms (22)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (8)
9832
this.HorizScrollTimer.
Enabled
= false;
16718
this.horizScrollTimer.
Enabled
= false;
16725
this.HorizScrollTimer.
Enabled
= true;
16733
this.vertScrollTimer.
Enabled
= false;
16740
this.VertScrollTimer.
Enabled
= true;
25958
this.horizScrollTimer.
Enabled
= false;
25962
this.vertScrollTimer.
Enabled
= false;
29800
this.VertScrollTimer.
Enabled
= false;
winforms\Managed\System\WinForms\Timer.cs (3)
132
Enabled
= false;
249
Enabled
= true;
258
Enabled
= false;
winforms\Managed\System\WinForms\ToolStrip.cs (3)
5305
mouseHoverTimer.
Enabled
= true;
5311
mouseHoverTimer.
Enabled
= false;
5333
mouseHoverTimer.
Enabled
= false;
winforms\Managed\System\WinForms\ToolStripManager.cs (2)
1029
_ensureMessageProcessingTimer.
Enabled
= true;
1032
_ensureMessageProcessingTimer.
Enabled
= false;
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (3)
1332
autoMenuExpandTimer.
Enabled
= true;
1379
autoMenuExpandTimer.
Enabled
= false;
1423
autoMenuExpandTimer.
Enabled
= false;
winforms\Managed\System\WinForms\ToolStripScrollButton.cs (3)
107
mouseDownTimer.
Enabled
= false;
122
MouseDownTimer.
Enabled
= true;
134
MouseDownTimer.
Enabled
= false;
12 references to Enabled
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (8)
16715
if (this.horizScrollTimer != null && this.horizScrollTimer.
Enabled
)
16721
else if (this.horizScrollTimer == null || !this.horizScrollTimer.
Enabled
)
16730
if (this.vertScrollTimer != null && this.vertScrollTimer.
Enabled
)
16736
else if (this.vertScrollTimer == null || !this.vertScrollTimer.
Enabled
)
16743
if (this.HorizScrollTimer.
Enabled
|| this.VertScrollTimer.
Enabled
)
25956
if (this.horizScrollTimer != null && this.horizScrollTimer.
Enabled
)
25960
if (this.vertScrollTimer != null && this.vertScrollTimer.
Enabled
)
winforms\Managed\System\WinForms\Timer.cs (1)
219
if (
Enabled
) {
System.Workflow.ComponentModel (3)
AuthoringOM\Design\WorkflowView.cs (3)
2373
if (this.timer.
Enabled
)
2384
if (!this.timer.
Enabled
)
2400
if (this.elapsedEvents.Count == 0 && this.timer.
Enabled
)